Skip to content

Commit

Permalink
simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
omichel committed May 22, 2020
1 parent 49f59c6 commit c1a8bb2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor-build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ init:

install:
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;C:\msys64\usr\bin;%PATH%
- ps: Start-FileDownload 'http://repo.msys2.org/msys/x86_64/pacman-5.2.1-6-x86_64.pkg.tar.xz'
- pacman -U --noconfirm pacman-5.2.1-6-x86_64.pkg.tar.xz
- del pacman-5.2.1-6-x86_64.pkg.tar.xz
# The following line is needed to work around a bug in MSYS2 pacman, it should be removed when fixed.
# See: https://github.com/msys2/MSYS2-packages/issues/1967
- pacman -U --noconfirm pacman --noconfirm -U http://repo.msys2.org/msys/x86_64/pacman-5.2.1-6-x86_64.pkg.tar.xz
- pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade
- pacman --noconfirm -Syuu
- echo export WEBOTS_HOME="%APPVEYOR_BUILD_FOLDER%" >> C:\msys64\home\appveyor\.bash_profile
Expand Down
3 changes: 3 additions & 0 deletions .appveyor-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ init:

install:
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;C:\msys64\usr\bin;%PATH%
# The following line is needed to work around a bug in MSYS2 pacman, it should be removed when fixed.
# See: https://github.com/msys2/MSYS2-packages/issues/1967
- pacman -U --noconfirm pacman --noconfirm -U http://repo.msys2.org/msys/x86_64/pacman-5.2.1-6-x86_64.pkg.tar.xz
- pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade
- pacman --noconfirm -Syuu
- echo export WEBOTS_HOME="%APPVEYOR_BUILD_FOLDER%" >> C:\msys64\home\appveyor\.bash_profile
Expand Down
3 changes: 3 additions & 0 deletions .appveyor-test-sources-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ clone_depth: 1

install:
- set PATH=C:\Python38-x64;C:\Python38-x64\Scripts;C:\msys64\usr\bin;C:\msys64\mingw64\bin;%PATH%
# The following line is needed to work around a bug in MSYS2 pacman, it should be removed when fixed.
# See: https://github.com/msys2/MSYS2-packages/issues/1967
- pacman -U --noconfirm pacman --noconfirm -U http://repo.msys2.org/msys/x86_64/pacman-5.2.1-6-x86_64.pkg.tar.xz
- pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade
- pacman --noconfirm -Syuu
- pacman --noconfirm -S mingw-w64-x86_64-cppcheck
Expand Down

0 comments on commit c1a8bb2

Please sign in to comment.