|
|
@ -5,7 +5,7 @@ production: |
|
|
before_script: |
|
|
before_script: |
|
|
- apt update |
|
|
- apt update |
|
|
- cd / |
|
|
- cd / |
|
|
- wget "https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz" -O "arduino-nightly-linux64.tar.xz" |
|
|
|
|
|
|
|
|
- wget --quiet "https://www.arduino.cc/download.php?f=/arduino-nightly-linux64.tar.xz" -O "arduino-nightly-linux64.tar.xz" |
|
|
- tar axvf "arduino-nightly-linux64.tar.xz" |
|
|
- tar axvf "arduino-nightly-linux64.tar.xz" |
|
|
script: |
|
|
script: |
|
|
- cd "${CI_PROJECT_DIR}" |
|
|
- cd "${CI_PROJECT_DIR}" |
|
|
|