Commit eb16e186 authored by Stewart Williams's avatar Stewart Williams
Browse files

Add build/test to CI stages

parent 60cd279b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ cache:
# In this case we have only the test job which produce an artifacts (it must be placed into a directory called "public")
# It is also specified that only the master branch will be subject of this job.

stages:
- build
- test

build:          
  script:
  - make build