commit 4987a082af3fe15e925bc8df69e261b14aac1d4a parent 45d9a290bc5486e317ffe60f4af2ced3ed66d9c7 Author: falkTX <falktx@falktx.com> Date: Sun, 13 Jun 2021 21:28:16 +0100 Do not run win32/win64 in CI for now Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | .travis.yml | | | 40 | ++++++++++++++++++++-------------------- |
M | Makefile.plugins.mk | | | 4 | ++-- |
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -15,27 +15,27 @@ jobs: script: - sh ${TRAVIS_BUILD_DIR}/.travis/script-linux.sh - - name: "win32 cross-compilation" - os: linux - compiler: gcc - dist: bionic - env: - - TARGET="win32" - services: - - xvfb - script: - - sh ${TRAVIS_BUILD_DIR}/.travis/script-win32.sh + #- name: "win32 cross-compilation" + #os: linux + #compiler: gcc + #dist: bionic + #env: + #- TARGET="win32" + #services: + #- xvfb + #script: + #- sh ${TRAVIS_BUILD_DIR}/.travis/script-win32.sh - - name: "win64 cross-compilation" - os: linux - compiler: gcc - dist: bionic - env: - - TARGET="win32" - services: - - xvfb - script: - - sh ${TRAVIS_BUILD_DIR}/.travis/script-win64.sh + #- name: "win64 cross-compilation" + #os: linux + #compiler: gcc + #dist: bionic + #env: + #- TARGET="win32" + #services: + #- xvfb + #script: + #- sh ${TRAVIS_BUILD_DIR}/.travis/script-win64.sh before_install: - bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk @@ -339,13 +339,13 @@ endif -include $(BUILD_DIR)/DistrhoPluginMain_LADSPA.cpp.d -include $(BUILD_DIR)/DistrhoPluginMain_DSSI.cpp.d -include $(BUILD_DIR)/DistrhoPluginMain_LV2.cpp.d --include $(BUILD_DIR)/DistrhoPluginMain_VST.cpp.d +-include $(BUILD_DIR)/DistrhoPluginMain_VST2.cpp.d -include $(BUILD_DIR)/DistrhoPluginMain_VST3.cpp.d -include $(BUILD_DIR)/DistrhoUIMain_JACK.cpp.d -include $(BUILD_DIR)/DistrhoUIMain_DSSI.cpp.d -include $(BUILD_DIR)/DistrhoUIMain_LV2.cpp.d --include $(BUILD_DIR)/DistrhoUIMain_VST.cpp.d +-include $(BUILD_DIR)/DistrhoUIMain_VST2.cpp.d -include $(BUILD_DIR)/DistrhoUIMain_VST3.cpp.d # ---------------------------------------------------------------------------------------------------------------------