We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f8481 commit 3545adaCopy full SHA for 3545ada
.gitlab-ci.yml
@@ -21,7 +21,7 @@ build_gcc:
21
# check is done.
22
- cp ./code/templates/defaults.prototype.hpp ./code/templates/defaults.hpp
23
- ./ci/cpplint.sh
24
- - unlink ./code/templates/default.hpp
+ - unlink ./code/templates/defaults.hpp
25
# build and run tests
26
- mkdir ./build
27
- cd ./build
@@ -46,7 +46,7 @@ build_clang:
46
47
48
49
50
51
52
0 commit comments