File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ install:
3232 - ./travis-lazarus/.travis.install.py
3333
3434script :
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
4444before_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
You can’t perform that action at this time.
0 commit comments