Browse Source

beautification

master
Julien Cabillot 3 years ago
parent
commit
03a960e4cc
1 changed files with 4 additions and 4 deletions
  1. 8
      .gitlab-ci.yml

8
.gitlab-ci.yml

@ -1,10 +1,10 @@
production:
image: java:8
image: "java:8"
variables:
ESPURL: "http://arduino.esp8266.com/stable/package_esp8266com_index.json"
MEMORY: "custom_FlashSize=nodemcuv2_4M3M"
ESPURL: "http://arduino.esp8266.com/stable/package_esp8266com_index.json"
MEMORY: "custom_FlashSize=nodemcuv2_4M3M"
INSTBOARD: "esp8266:esp8266"
BOARD: "${INSTBOARD}:nodemcuv2"
BOARD: "${INSTBOARD}:nodemcuv2"
before_script:
- apt update
- cd /

Loading…
Cancel
Save