Skip to content

Commit a79343b

Browse files
Remove debug build in .travis.yml
Only one release build is enough. The unit test now call the the release build trackereditor version.
1 parent 93e3945 commit a79343b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ install:
3232
- ./travis-lazarus/.travis.install.py
3333

3434
script:
35-
# Build trackereditor project (Debug mode)
36-
- lazbuild --build-mode=Debug $LAZ_OPT $PROJECT_LPI_EDITOR_PATH
35+
# Build trackereditor project (Release mode)
36+
- lazbuild --build-mode=Release $LAZ_OPT $PROJECT_LPI_EDITOR_PATH
3737

3838
# Build unit test project (Debug mode)
3939
- lazbuild --build-mode=Debug $LAZ_OPT $PROJECT_LPI_UNIT_TEST_PATH
@@ -42,9 +42,6 @@ script:
4242
- source ./scripts/travis_unit_test.sh
4343

4444
before_deploy:
45-
# Build trackereditor project (Release mode)
46-
- lazbuild --build-mode=Release $LAZ_OPT $PROJECT_LPI_EDITOR_PATH
47-
4845
# Create the zip file for deployment
4946
- source ./scripts/travis_deploy.sh
5047

0 commit comments

Comments
 (0)