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

Add build/test to CI stages

parent d6f6ef8a
Loading
Loading
Loading
Loading
+5 −1
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