Commit Graph

4 Commits

Author SHA1 Message Date
Margen67 e0b3116240 Rename exe to xenia-canary, simplify CI steps, remove SSE2
SSE2 was only for troubleshooting Fable II, and didn't do anything anyway.
2020-02-19 03:36:13 -05:00
Margen67 46595ebf02 [Azure] Don't build tests here either, only build on canary-test 2020-02-19 03:36:13 -05:00
Margen67 4316f354d7 [CI] Skip master branch, also rename xenia.exe to xenia-canary.exe in AppVeyor+Azure 2020-02-19 03:36:04 -05:00
Margen67 81db360859 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-02-19 03:36:02 -05:00