Loading .gitlab-ci.yml +16 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,10 @@ stages: tags: - xk7 .xc30_template: &xc30 tags: - xc30 build:mac: <<: *build <<: *mac Loading @@ -45,3 +49,15 @@ run:xk7: <<: *xk7 dependencies: - build:xk7 build:xc30: <<: *build <<: *xc30 script: - module load python && ./breakable.py -t build_hello_world run:xc30: <<: *run <<: *xc30 dependencies: - build:xc30 Loading
.gitlab-ci.yml +16 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,10 @@ stages: tags: - xk7 .xc30_template: &xc30 tags: - xc30 build:mac: <<: *build <<: *mac Loading @@ -45,3 +49,15 @@ run:xk7: <<: *xk7 dependencies: - build:xk7 build:xc30: <<: *build <<: *xc30 script: - module load python && ./breakable.py -t build_hello_world run:xc30: <<: *run <<: *xc30 dependencies: - build:xc30