Something went wrong on our end
-
Jake Drahos authored
Revert "Revert "Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into batch-setpid"" This reverts commit 16eb40ff. Yes, this is a revert-revert. Brendan broke all the things.
Jake Drahos authoredRevert "Revert "Merge branch 'master' of git.ece.iastate.edu:danc/MicroCART_17-18 into batch-setpid"" This reverts commit 16eb40ff. Yes, this is a revert-revert. Brendan broke all the things.
.gitlab-ci.yml 374 B
# This file is a template, and might need editing before it works on your project.
# use the official gcc image, based on debian
# can use verions as well, like gcc:5.2
# see https://hub.docker.com/_/gcc/
image: gcc
build:
stage: build
script:
- echo "It works."
# run tests using the binary built before
test:
stage: test
script:
- echo "Running tests."