diff --git a/.travis.yml b/.travis.yml index fc4ed92b7..13ca095e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,25 +97,6 @@ jobs: after_success: - tools/aws_tasks.sh synchronize_up - - stage: build_and_pack - os: windows - language: cpp - - before_install: - - curl -L http://download.qt-project.org/official_releases/online_installers/qt-unified-windows-x86-online.exe --output qt-installer.exe - - ./qt-installer.exe --script ./tools/qt_installer_noninteractive.qs - - curl -fsSL https://github.com/libgit2/libgit2/archive/v0.28.1.zip -o libgit2.zip && 7z x libgit2.zip && mv libgit2-0.28.1 ../libgit2 - - (mkdir ../libgit2/build64 && cd ../libgit2/build64 && cmake -G "Visual Studio 15 2017 Win64" .. && cmake --build . --config Release) - - (cd .. && curl -L https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.bz2 | tar xj) - - tools/aws_tasks.sh setup - - script: - - tools/build-windows.bat "$TRAVIS_COMMIT"-$TRAVIS_BRANCH-"$TRAVIS_BUILD_NUMBER" - - tools/aws_tasks.sh store_with_md5 $TRAVIS_BUILD_DIR/../release64 fritzing-$TRAVIS_COMMIT-$TRAVIS_BRANCH-$TRAVIS_BUILD_NUMBER.windows.64.zip - - after_success: - - tools/aws_tasks.sh synchronize_up - - stage: deploy_to_github before_install: - tools/aws_tasks.sh setup diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 00285d935..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,23 +0,0 @@ -image: Visual Studio 2017 - -cache: - - ../libgit2/build64 -> appveyor.yml - -install: - - set BOOST_ROOT=C:\Libraries\boost_1_67_0 - - cd .. - - curl -fsSL https://github.com/libgit2/libgit2/archive/maint/v0.28.zip -o libgit2.zip - - 7z x libgit2.zip - - xcopy libgit2-maint-v0.28 libgit2 /c /d /e /h /i /q /s /y - - cd libgit2 - - if not exist build64 mkdir build64 - - cd build64 - - cmake -DBUILD_CLAR=OFF -DTHREADSAFE=ON -G "Visual Studio 15 2017 Win64" .. - - cmake --build . - - cd c:\projects\fritzing-app\src\lib - - curl -fsSL https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.zip -o boost_1_70_0.zip - - 7z x boost_1_70_0.zip - - cd ../.. -build_script: - - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - - tools/release_fritzing.bat 0.9.4ci 64 2017