Commit graph

7 commits

Author SHA1 Message Date
Margen67
fcdf6d2b93
AppVeyor: Cleanup, minor changes
Ignore commits to README.md, and /.github;
 This is future proofing for GitHub Actions, new issue template, etc.
Capitalize Ubuntu.
Change configuration to Release Optimized.
Proper multi-command formatting.
Use env matrix instead of shell to seperate steps for Windows and Linux.
Add LICENSE to artifacts.
Remove artifact type since it's unneeded.
Windows:
 Use AppVeyor's build thing.
 Remove build verbosity since normal is the default.
 Remove build\bin crap from the zip.
Linux:
 Make apt-get into one step.
 Speed up build by using -j.
 cd into APPVEYOR_BUILD_FOLDER to avoid problems.
2020-03-08 12:07:21 -07:00
Kojin
61ec014ed5 appveyor: update 2019-09-26 20:38:59 -04:00
PSISP
3f819942ce
Merge branch 'master' into eedynarec 2019-08-31 13:14:09 -04:00
Kojin
0fa9a8f747 appveyor: update to ubuntu 18.04 2019-07-01 06:20:52 -04:00
Margen67
9f8c2e4bdf
appveyor.yml: Fix artifacts not being deployed for Linux and disable test phase
Test phase is unused, so disable it.
Linux artifacts failed to deploy since no archive was created.
2019-06-28 18:48:38 -07:00
Kojin
3bfa0ab219 Add linux to the appveyor builds (#193) 2019-04-07 15:12:02 -04:00
Kojin
c36db597e6 Windows build updates (#142)
- remove qt tools dependency
- purge qt references from libdeflate
- properly include libdeflate and remove a win32 define
- add appveyor.yml, no deployment for now

You will need to manually set QTDIR in your environment variables (qt tools may set it but it happens too late on my machine).
2019-03-06 14:23:00 -05:00