chore: use new github action build layout
This commit is contained in:
2
.github/scripts/stb/linux.sh
vendored
Normal file
2
.github/scripts/stb/linux.sh
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Just directly record self as root directory
|
||||
export STB_ROOT=$(pwd)
|
||||
2
.github/scripts/stb/macos.sh
vendored
Normal file
2
.github/scripts/stb/macos.sh
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# Just directly record self as root directory
|
||||
export STB_ROOT=$(pwd)
|
||||
4
.github/scripts/stb/windows.bat
vendored
Normal file
4
.github/scripts/stb/windows.bat
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
@ECHO OFF
|
||||
|
||||
:: Just directly record self as root directory
|
||||
SET STB_ROOT=%CD%
|
||||
Reference in New Issue
Block a user