Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Budd <mjbudd77@gmail.com>2020-05-15 23:06:18 +0300
committerMatthew Budd <mjbudd77@gmail.com>2020-05-15 23:06:18 +0300
commit8339508f21a388d0c9746b50c5e5483251efcd38 (patch)
treea36a4a90af194a572edbc14c56ad61abcac5b45a /appveyor.yml
parentbcbac7708480232bf2c39c6f61e73cec05c84b85 (diff)
Added an appveyor pipeline configure file to allow for a side by side build of both the windows and linux application.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..ff7c0140
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,8 @@
+version: 1.0.{build}
+image:
+- Visual Studio 2019
+- Ubuntu2004
+ #- Ubuntu1804
+build_script:
+- cmd: msbuild "./vc/vc14_fceux.sln"
+- sh: ./pipelines/linux_build.sh