|
|
@@ -16,9 +16,7 @@ stages: |
|
|
build_clang++_d: |
|
|
build_clang++_d: |
|
|
image: warchantua/dev-essential |
|
|
image: warchantua/dev-essential |
|
|
stage: build_debug |
|
|
stage: build_debug |
|
|
script: |
|
|
|
|
|
- ls ./3rd/ftb |
|
|
|
|
|
- clang++ -D_DEBUG -D_DONT_BREAK_ON_ERRORS src/main.cpp -gfull -gdwarf -o ./bin/slime_d --std=c++17 -I3rd/ |
|
|
|
|
|
|
|
|
script: clang++ -D_DEBUG -D_DONT_BREAK_ON_ERRORS src/main.cpp -gfull -gdwarf -o ./bin/slime_d --std=c++17 -I3rd/ |
|
|
|
|
|
|
|
|
build_g++_d: |
|
|
build_g++_d: |
|
|
stage: build_debug |
|
|
stage: build_debug |
|
|
|