Skip to content

Commit f967e3d

Browse files
committed
First, build and test debug version, before the release
Signed-off-by: Stefan Marr <git@stefan-marr.de>
1 parent 564478d commit f967e3d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,15 @@ build_and_test:
8383
- cd debug
8484
- cmake .. $CMAKE_FLAGS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Debug
8585
- make -j
86-
- ./SOM++ -cp ../Smalltalk ../TestSuite/TestHarness.som
87-
- ./unittests -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
86+
- ./SOM++ -cfg -cp ../Smalltalk ../TestSuite/TestHarness.som
87+
- ./unittests -cfg -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
88+
- cd ..
89+
90+
- cd release
91+
- cmake .. $CMAKE_FLAGS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Release
92+
- make -j
93+
- ./SOM++ -cfg -cp ../Smalltalk ../TestSuite/TestHarness.som
94+
- mv SOM++ ../$NAME
8895
- cd ..
8996

9097
- |+

0 commit comments

Comments
 (0)