summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-10-09 11:01:40 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2018-01-11 15:36:47 +0200
commitb22f3231c2dffe1c41904bd2de6fd7d6e70578f1 (patch)
tree7da20a5536be3b8d6bc93b4bc76bac97ccd9c9f1
parent967dcacd7bb2a3766f59fb25075d234e4e178eb4 (diff)
* Add appveyor.yml
-rw-r--r--.appveyor.yml12
-rw-r--r--.travis.yml4
2 files changed, 15 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 00000000..d118ac6d
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,12 @@
+version: 1.9.95.{branch}.{build}
+
+pull_requests:
+ do_not_increment_build_number: true
+
+build:
+ project: win32/pcsxr.sln
+ verbosity: minimal
+
+artifacts:
+ - path: win32\build\*\*.exe
+ - path: win32\build\*\plugins\*.dll \ No newline at end of file
diff --git a/.travis.yml b/.travis.yml
index 1772875d..d385f1ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,10 @@ compiler:
addons:
apt:
packages:
+ - autoconf
- autoconf-archive
-
+ - automake
+
script:
- ./autogen.sh
- make