Parcourir la source

Update .gitlab-ci.yml

master
FelixBrendel il y a 6 ans
Parent
révision
5ed58a7e4c
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. +1
    -3
      .gitlab-ci.yml

+ 1
- 3
.gitlab-ci.yml Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer