aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0f68fe5a..6cdead78 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,15 +29,15 @@ build linux x86_64:
- clang --version
# Extract BASS
- - mkdir bass
- - cd bass
- - curl http://www.un4seen.com/files/bass24-linux.zip -o bass.zip
- - unzip bass.zip
- - cp x64/libbass.so ../lib
- - curl http://www.un4seen.com/files/bassopus24-linux.zip -o bassopus.zip
- - unzip bassopus.zip
- - cp x64/libbassopus.so ../lib
- - cd ..
+ #- mkdir bass
+ #- cd bass
+ #- curl http://www.un4seen.com/files/bass24-linux.zip -o bass.zip
+ #- unzip bass.zip
+ #- cp x64/libbass.so ../lib
+ #- curl http://www.un4seen.com/files/bassopus24-linux.zip -o bassopus.zip
+ #- unzip bassopus.zip
+ #- cp x64/libbassopus.so ../lib
+ #- cd ..
# Extract Discord RPC
- mkdir discord-rpc
@@ -56,7 +56,7 @@ build linux x86_64:
- cd ..
# Build
- - qmake -spec linux-clang
+ - qmake -spec linux-clang -DDISCORD -DQTAUDIO
- make -j4
# Post-processing
@@ -88,7 +88,7 @@ build windows i686:
- cd ..
# Build
- - /opt/mxe/usr/${TARGET_SPEC}/qt5/bin/qmake
+ - /opt/mxe/usr/${TARGET_SPEC}/qt5/bin/qmake -DDISCORD -DBASSAUDIO
- make -j4
# Post-processing