Commit Graph

4 Commits

Author SHA1 Message Date
Margen67 7477f020bc Rename exe to xenia-canary, simplify CI steps, remove SSE2
SSE2 was only for troubleshooting Fable II, and didn't do anything anyway.
2020-04-08 03:20:56 +11:00
Margen67 19104ea815 [Azure] Don't build tests here either, only build on canary-test 2020-04-08 03:20:55 +11:00
Margen67 284a23a385 [CI] Skip master branch, also rename xenia.exe to xenia-canary.exe in AppVeyor+Azure 2020-04-08 03:20:34 +11:00
Margen67 9016a3ea08 AVX(2/512) builds
xenia-build:
 Make release the default config. (no longer need --config=Release)
 Add --cpu_arch argument;
  Valid options are SSE2 (default), AVX, AVX2, and AVX512.
CI:
 Remove unneeded env vars since we're only building Release for Windows anyway.
 Only do tests on AppVeyor since they only work there.
  AppVeyor:
   Remove empty tab/space.
   Remove unneeded cmds.
   Turn deploy off since it didn't do anything.
  GitHub Actions:
   Rename GitHub Actions artifacts.
Premake:
 Remove commented out garbage.
2020-04-08 03:20:29 +11:00