mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 08:56:59 -04:00
70fcb05a99
* docs: fix Arch installation steps, and some typos * task: fix linux binary paths * docs: specify that we support the latest Visual Studio community edition
10 lines
336 B
YAML
10 lines
336 B
YAML
version: '3'
|
|
|
|
vars:
|
|
GOALC_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
GK_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
DECOMP_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
MEMDUMP_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
OFFLINETEST_BIN_RELEASE_DIR: './out/build/Release/bin'
|
|
GOALCTEST_BIN_RELEASE_DIR: './out/build/Release/bin'
|