mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-02 12:32:21 +00:00
appveyor.yml experiment
This commit is contained in:
parent
76d40ce135
commit
d12344cd6d
1 changed files with 1 additions and 3 deletions
|
|
@ -2,8 +2,6 @@ install:
|
|||
- set PATH=C:\msys64\usr\bin;%PATH%
|
||||
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz"
|
||||
- bash -lc "curl -O http://repo.msys2.org/msys/x86_64/msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
|
||||
- bash -lc "ls -l msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}"
|
||||
- bash -lc "md5sum msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz{.sig,}"
|
||||
- bash -lc "pacman-key --init"
|
||||
- bash -lc "pacman-key --populate msys2"
|
||||
- bash -lc "pacman-key --verify msys2-keyring-r21.b39fb11-1-any.pkg.tar.xz.sig"
|
||||
|
|
@ -24,7 +22,7 @@ build_script:
|
|||
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; gcc --version"
|
||||
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; pacman -Q"
|
||||
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; cat msys2-build.sh"
|
||||
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; bash -x msys2-build.sh"
|
||||
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; bash -x msys2-build.sh || cat config.log"
|
||||
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; cp /usr/bin/msys-2.0.dll ."
|
||||
|
||||
artifacts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue