Quellcode durchsuchen

Update .gitlab-ci.yml

master
FelixBrendel vor 6 Jahren
Ursprung
Commit
5ed58a7e4c
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. +1
    -3
      .gitlab-ci.yml

+ 1
- 3
.gitlab-ci.yml Datei anzeigen

@@ -16,9 +16,7 @@ stages:
build_clang++_d:
image: warchantua/dev-essential
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:
stage: build_debug


Laden…
Abbrechen
Speichern