Skip to content
Snippets Groups Projects
Commit 2923a619 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

test

parent ec9f7e27
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,11 @@ stages:
prebuild_0:
stage: LabZero
script:
- |
if [ ! -f 'lab0.cpp' ]; then
echo "ERROR - could not find file lab0.cpp";
exit 1;
fi
- git clone https://agile.bu.edu/gitlab/configs/ec327/lab-configs/current.git base
when: on_success # only runs if the previous stage succeeds
rules:
- exists:
- lab0.cpp
tags: [c++-17]
compile_0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment