Skip to content

Commit 38e5294

Browse files
Update .travis.yml
1 parent 46ebeb8 commit 38e5294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ compiler: gcc
77
before_script: cd runtime
88

99
script:
10-
- cmake --build .
10+
- cmake -DCMAKE_BUILD_TYPE=Release .
11+
- ls -l
1112
- make .

0 commit comments

Comments
 (0)