2019-03-03 15:42:59 +01:00
|
|
|
env:
|
|
|
|
CIRRUS_CLONE_DEPTH: 1
|
|
|
|
|
2020-09-15 14:13:16 +02:00
|
|
|
windows_msys2_task:
|
2020-10-07 18:00:20 +02:00
|
|
|
timeout_in: 90m
|
2020-09-15 14:13:16 +02:00
|
|
|
windows_container:
|
2020-10-07 18:00:20 +02:00
|
|
|
image: cirrusci/windowsservercore:2019
|
2020-09-15 14:13:16 +02:00
|
|
|
os_version: 2019
|
|
|
|
cpu: 8
|
|
|
|
memory: 8G
|
|
|
|
env:
|
2020-10-07 18:00:20 +02:00
|
|
|
CIRRUS_SHELL: powershell
|
2020-09-15 14:13:16 +02:00
|
|
|
MSYS: winsymlinks:nativestrict
|
|
|
|
MSYSTEM: MINGW64
|
2021-04-27 20:55:24 +02:00
|
|
|
MSYS2_URL: https://github.com/msys2/msys2-installer/releases/download/2021-04-19/msys2-base-x86_64-20210419.sfx.exe
|
2021-01-07 11:19:16 +01:00
|
|
|
MSYS2_FINGERPRINT: 0
|
|
|
|
MSYS2_PACKAGES: "
|
|
|
|
diffutils git grep make pkg-config sed
|
|
|
|
mingw-w64-x86_64-python
|
|
|
|
mingw-w64-x86_64-python-sphinx
|
|
|
|
mingw-w64-x86_64-toolchain
|
|
|
|
mingw-w64-x86_64-SDL2
|
|
|
|
mingw-w64-x86_64-SDL2_image
|
|
|
|
mingw-w64-x86_64-gtk3
|
|
|
|
mingw-w64-x86_64-glib2
|
|
|
|
mingw-w64-x86_64-ninja
|
|
|
|
mingw-w64-x86_64-jemalloc
|
|
|
|
mingw-w64-x86_64-lzo2
|
|
|
|
mingw-w64-x86_64-zstd
|
|
|
|
mingw-w64-x86_64-libjpeg-turbo
|
|
|
|
mingw-w64-x86_64-pixman
|
|
|
|
mingw-w64-x86_64-libgcrypt
|
|
|
|
mingw-w64-x86_64-libpng
|
|
|
|
mingw-w64-x86_64-libssh
|
|
|
|
mingw-w64-x86_64-libxml2
|
|
|
|
mingw-w64-x86_64-snappy
|
|
|
|
mingw-w64-x86_64-libusb
|
|
|
|
mingw-w64-x86_64-usbredir
|
|
|
|
mingw-w64-x86_64-libtasn1
|
|
|
|
mingw-w64-x86_64-nettle
|
|
|
|
mingw-w64-x86_64-cyrus-sasl
|
|
|
|
mingw-w64-x86_64-curl
|
|
|
|
mingw-w64-x86_64-gnutls
|
|
|
|
mingw-w64-x86_64-libnfs
|
|
|
|
"
|
2020-09-15 14:13:16 +02:00
|
|
|
CHERE_INVOKING: 1
|
2020-10-07 18:00:20 +02:00
|
|
|
msys2_cache:
|
|
|
|
folder: C:\tools\archive
|
|
|
|
reupload_on_changes: false
|
2021-01-07 11:19:16 +01:00
|
|
|
# These env variables are used to generate fingerprint to trigger the cache procedure
|
|
|
|
# If wanna to force re-populate msys2, increase MSYS2_FINGERPRINT
|
|
|
|
fingerprint_script:
|
|
|
|
- |
|
|
|
|
echo $env:CIRRUS_TASK_NAME
|
|
|
|
echo $env:MSYS2_URL
|
|
|
|
echo $env:MSYS2_FINGERPRINT
|
|
|
|
echo $env:MSYS2_PACKAGES
|
2020-10-07 18:00:20 +02:00
|
|
|
populate_script:
|
|
|
|
- |
|
2021-01-07 11:19:16 +01:00
|
|
|
md -Force C:\tools\archive\pkg
|
2020-10-07 18:00:20 +02:00
|
|
|
$start_time = Get-Date
|
2021-01-07 11:19:16 +01:00
|
|
|
bitsadmin /transfer msys_download /dynamic /download /priority FOREGROUND $env:MSYS2_URL C:\tools\archive\base.exe
|
|
|
|
Write-Output "Download time taken: $((Get-Date).Subtract($start_time))"
|
2020-10-07 18:00:20 +02:00
|
|
|
cd C:\tools
|
2021-01-07 11:19:16 +01:00
|
|
|
C:\tools\archive\base.exe -y
|
|
|
|
del -Force C:\tools\archive\base.exe
|
|
|
|
Write-Output "Base install time taken: $((Get-Date).Subtract($start_time))"
|
|
|
|
$start_time = Get-Date
|
|
|
|
|
2020-10-07 18:00:20 +02:00
|
|
|
((Get-Content -path C:\tools\msys64\etc\\post-install\\07-pacman-key.post -Raw) -replace '--refresh-keys', '--version') | Set-Content -Path C:\tools\msys64\etc\\post-install\\07-pacman-key.post
|
|
|
|
C:\tools\msys64\usr\bin\bash.exe -lc "sed -i 's/^CheckSpace/#CheckSpace/g' /etc/pacman.conf"
|
|
|
|
C:\tools\msys64\usr\bin\bash.exe -lc "export"
|
|
|
|
C:\tools\msys64\usr\bin\pacman.exe --noconfirm -Sy
|
|
|
|
echo Y | C:\tools\msys64\usr\bin\pacman.exe --noconfirm -Suu --overwrite=*
|
|
|
|
taskkill /F /FI "MODULES eq msys-2.0.dll"
|
|
|
|
tasklist
|
|
|
|
C:\tools\msys64\usr\bin\bash.exe -lc "mv -f /etc/pacman.conf.pacnew /etc/pacman.conf || true"
|
2021-04-27 20:55:24 +02:00
|
|
|
C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -Syuu --overwrite=*"
|
2021-01-07 11:19:16 +01:00
|
|
|
Write-Output "Core install time taken: $((Get-Date).Subtract($start_time))"
|
|
|
|
$start_time = Get-Date
|
|
|
|
|
|
|
|
C:\tools\msys64\usr\bin\bash.exe -lc "pacman --noconfirm -S --needed $env:MSYS2_PACKAGES"
|
|
|
|
Write-Output "Package install time taken: $((Get-Date).Subtract($start_time))"
|
|
|
|
$start_time = Get-Date
|
|
|
|
|
|
|
|
del -Force -ErrorAction SilentlyContinue C:\tools\msys64\etc\mtab
|
|
|
|
del -Force -ErrorAction SilentlyContinue C:\tools\msys64\dev\fd
|
|
|
|
del -Force -ErrorAction SilentlyContinue C:\tools\msys64\dev\stderr
|
|
|
|
del -Force -ErrorAction SilentlyContinue C:\tools\msys64\dev\stdin
|
|
|
|
del -Force -ErrorAction SilentlyContinue C:\tools\msys64\dev\stdout
|
|
|
|
del -Force -Recurse -ErrorAction SilentlyContinue C:\tools\msys64\var\cache\pacman\pkg
|
|
|
|
tar cf C:\tools\archive\msys64.tar -C C:\tools\ msys64
|
|
|
|
|
|
|
|
Write-Output "Package archive time taken: $((Get-Date).Subtract($start_time))"
|
|
|
|
del -Force -Recurse -ErrorAction SilentlyContinue c:\tools\msys64
|
2020-09-15 14:13:16 +02:00
|
|
|
install_script:
|
2020-10-07 18:00:20 +02:00
|
|
|
- |
|
2021-01-07 11:19:16 +01:00
|
|
|
$start_time = Get-Date
|
2020-10-07 18:00:20 +02:00
|
|
|
cd C:\tools
|
2021-01-07 11:19:16 +01:00
|
|
|
ls C:\tools\archive\msys64.tar
|
|
|
|
tar xf C:\tools\archive\msys64.tar
|
|
|
|
Write-Output "Extract msys2 time taken: $((Get-Date).Subtract($start_time))"
|
2020-09-15 14:13:16 +02:00
|
|
|
script:
|
|
|
|
- C:\tools\msys64\usr\bin\bash.exe -lc "mkdir build"
|
2020-10-15 09:20:45 +02:00
|
|
|
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && ../configure --python=python3"
|
2020-10-07 18:00:20 +02:00
|
|
|
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make -j8"
|
2021-01-07 11:19:15 +01:00
|
|
|
- exit $LastExitCode
|
2020-09-15 14:13:16 +02:00
|
|
|
test_script:
|
|
|
|
- C:\tools\msys64\usr\bin\bash.exe -lc "cd build && make V=1 check"
|
2021-01-07 11:19:15 +01:00
|
|
|
- exit $LastExitCode
|