diff options
Diffstat (limited to 'users/drashna/.gitlab-ci.yml')
| -rw-r--r-- | users/drashna/.gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/users/drashna/.gitlab-ci.yml b/users/drashna/.gitlab-ci.yml index 7218a21be..71d216267 100644 --- a/users/drashna/.gitlab-ci.yml +++ b/users/drashna/.gitlab-ci.yml | |||
| @@ -7,16 +7,15 @@ QMK Firmware: | |||
| 7 | GIT_SUBMODULE_STRATEGY: recursive | 7 | GIT_SUBMODULE_STRATEGY: recursive |
| 8 | tags: | 8 | tags: |
| 9 | - linux | 9 | - linux |
| 10 | image: ubuntu:18.10 | 10 | image: qmkfm/base_container |
| 11 | before_script: | 11 | before_script: |
| 12 | - apt-get update -qy | 12 | - apt-get update -qy |
| 13 | - apt-get install -y build-essential avr-libc binutils-arm-none-eabi binutils-avr dfu-programmer dfu-util gcc gcc-arm-none-eabi git libnewlib-arm-none-eabi gcc-avr python3 unzip wget zip | 13 | - apt-get install -y build-essential avr-libc binutils-arm-none-eabi binutils-avr dfu-programmer dfu-util gcc gcc-arm-none-eabi git libnewlib-arm-none-eabi gcc-avr python3 unzip wget zip |
| 14 | - avr-gcc --version | 14 | - avr-gcc --version |
| 15 | - uname -a | 15 | - uname -a |
| 16 | script: | 16 | script: |
| 17 | - make test:all | ||
| 18 | - make planck/rev6:default planck/rev5:default | 17 | - make planck/rev6:default planck/rev5:default |
| 19 | - make keebio/iris/rev2:drashna keebio/iris/rev2:drashna_old ergodox_ez:drashna ergodox_ez:drashna_glow keebio/viterbi/rev1:drashna orthodox/rev1:drashna orthodox/rev3:drashna crkbd:drashna planck/light:drashna planck/rev6:drashna fractal:drashna primekb/prime_m:drashna -j2 --output-sync | 18 | - make all:drashna -j2 |
| 20 | artifacts: | 19 | artifacts: |
| 21 | name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" | 20 | name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" |
| 22 | paths: | 21 | paths: |
