Commit 76b85f51 authored by French, Robert's avatar French, Robert
Browse files

Add Eos

parent 4b12310e
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@ stages:
  tags:
  - xk7

.xc30_template: &xc30
  tags:
  - xc30

build:mac:
  <<: *build
  <<: *mac
@@ -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