We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc7d09 commit dabc5b3Copy full SHA for dabc5b3
.travis.yml
@@ -34,15 +34,6 @@ install:
34
# Install prerequisites (fpc/lazarus/wine/qemu)
35
- ./travis-lazarus/.travis.install.py
36
37
-# Install valgrind in linux only
38
-# - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install valgrind -y; fi
39
-
40
-# install openSSL on macOS
41
-# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
42
-# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install openssl; fi
43
-# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo brew link openssl --force; fi
44
-# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then openssl version; fi
45
46
script:
47
# Build trackereditor project (Debug mode)
48
- lazbuild --build-mode=Debug $LAZ_OPT $LPI_EDITOR_PATH/trackereditor.lpi
0 commit comments