Browse Subversion Repository
Contents of /trunk/ci_scripts/appveyor_ubuntu2004.yml
Parent Directory
| Revision Log
Revision 10685 -
( show annotations)
( download)
Sat Apr 22 15:13:07 2023 UTC
(11 months, 2 weeks ago)
by zmatsuo
File size: 249 byte(s)
appveyor_*.yml ファイル名を整理
| 1 |
image: Ubuntu2004 |
| 2 |
|
| 3 |
build: off |
| 4 |
|
| 5 |
init: |
| 6 |
- sudo apt-get -y install cmake perl subversion g++-mingw-w64 fp-utils |
| 7 |
|
| 8 |
cache: |
| 9 |
- libs |
| 10 |
|
| 11 |
build_script: |
| 12 |
- cmake -P ci_scripts/build_local_appveyor_mingw.cmake |
| 13 |
|
| 14 |
artifacts: |
| 15 |
- path: build*/*.zip |
|