Skip to content

Commit 20262f7

Browse files
committed
Show VM config after compilation and for testing
Signed-off-by: Stefan Marr <[email protected]>
1 parent f39d979 commit 20262f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,15 @@ build_and_test:
7272
- cd release
7373
- cmake .. $INTEGERS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Release
7474
- make -j
75+
- ./SOM++ -cfg -cp ../Smalltalk ../TestSuite/TestHarness.som
7576
- mv SOM++ ../$NAME
7677
- cd ..
7778

7879
- cd debug
7980
- cmake .. $INTEGERS -DGC_TYPE=$GC -DCMAKE_BUILD_TYPE=Debug
8081
- make -j
81-
- ./SOM++ -cp ../Smalltalk ../TestSuite/TestHarness.som
82-
- ./unittests -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
82+
- ./SOM++ -cfg -cp ../Smalltalk ../TestSuite/TestHarness.som
83+
- ./unittests -cfg -cp ../Smalltalk:../TestSuite/BasicInterpreterTests ../Examples/Hello.som
8384
- cd ..
8485

8586
- |+

0 commit comments

Comments
 (0)