Skip to content

Commit d367768

Browse files
committed
test build bigsh0t-2.7
1 parent 5797184 commit d367768

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
echo Making build script config file
2828
echo CLEANUP=0 > build-shotcut.conf
2929
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
30+
echo SHOTCUT_HEAD=0 >> build-shotcut.conf
31+
echo SHOTCUT_REVISION=bigsh0t-2.7 >> build-shotcut.conf
3032
docker run -v $PWD:/root/shotcut $IMAGE_NAME
3133
echo Renaming build artifacts
3234
mv shotcut.txz shotcut-linux-x86_64-$FILENAME_VERSION.txz

.github/workflows/build-windows.yml

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
8989
echo INSTALL_DIR=\"$CHECKOUT_DIR/build\"
9090
echo INSTALL_DIR=\"$CHECKOUT_DIR/build\" > build-shotcut.conf
9191
echo SHOTCUT_VERSION=\"$VERSION\" >> build-shotcut.conf
92+
echo SHOTCUT_HEAD=0 >> build-shotcut.conf
93+
echo SHOTCUT_REVISION=bigsh0t-2.7 >> build-shotcut.conf
9294
bash scripts/build-shotcut-msys2.sh
9395
pushd build
9496
echo Installing awscli

0 commit comments

Comments
 (0)