fceux/appveyor.yml

8 lines
84 B
YAML
Raw Normal View History

version: 1.0.{build}
2020-06-17 08:01:31 +00:00
2020-07-01 00:53:54 +00:00
image: macOS
2020-06-17 08:01:31 +00:00
2020-07-01 00:50:11 +00:00
build_script:
- sh: ./pipelines/macOS_build.sh
2020-07-01 00:20:50 +00:00