mirror of
https://github.com/humbletim/firestorm-gha.git
synced 2026-08-14 08:53:07 +00:00
refactoring
This commit is contained in:
@@ -75,6 +75,14 @@ jobs:
|
||||
autobuild installables add --archive file:///`cygpath -m $PWD/openvr_api-v*.*.*.*.tar.bz2`
|
||||
autobuild install openvr_api --verbose
|
||||
|
||||
- name: Provision 3p-openjp2_api
|
||||
run: |
|
||||
set -Euo pipefail
|
||||
source ../p373r-vrmod-main/misc/3p-openjp2_api/improvise.bash
|
||||
provision_openjp2_api $PWD
|
||||
autobuild installables add --archive file:///`cygpath -m $PWD/openjp2_api-v*.*.*.*.tar.bz2`
|
||||
autobuild install openjp2_api --verbose
|
||||
|
||||
- name: Autobuild Configure
|
||||
run: |
|
||||
autobuild configure -A 64 -c ReleaseFS_open -- ${{ inputs.extra_autobuild_configure }} --package -DLL_TESTS:BOOL=FALSE
|
||||
|
||||
@@ -173,7 +173,8 @@ function generate_devtime() {
|
||||
for x in `ls -1 $packages_dir/include| grep -v webrtc` ; do
|
||||
cpsync $packages_dir/include/$x $snapshot_dir/3p/include/
|
||||
done
|
||||
cpsync $build_dir/newview/licenses.txt $snapshot_dir/3p/
|
||||
test ! -s $build_dir/newview/licenses.txt || cpsync $build_dir/newview/licenses.txt $snapshot_dir/3p/
|
||||
test ! -s $build_dir/newview/Release/licenses.txt || cpsync $build_dir/newview/Release/licenses.txt $snapshot_dir/3p/
|
||||
cpsync $build_dir/newview/packages-info.txt $snapshot_dir/3p/
|
||||
|
||||
###########################################################################
|
||||
|
||||
Reference in New Issue
Block a user