diff --git a/.appveyor.yml b/.appveyor.yml index 880b8e1..6327825 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,6 +17,8 @@ platform: clone_depth: 10 install: + - git submodule update --init --recursive + # use the newest versions documented here: https://www.appveyor.com/docs/windows-images-software/#mingw-msys-cygwin - IF "%PLATFORM%" == "x86" SET PATH=C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin;%PATH% - IF "%PLATFORM%" == "x64" SET PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;%PATH% diff --git a/.travis.yml b/.travis.yml index 4be80bc..8dd8d07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,10 +13,9 @@ matrix: include: - os: linux arch: amd64 - sudo: required - - os: linux - arch: arm64 - sudo: required + # - os: linux + # arch: arm64 + # sudo: required - os: osx install: @@ -30,4 +29,3 @@ install: script: - nimble install -y - nimble test -