RPCS3 0.0.5: Versioning Changes (Hotfix) (#4208)
* travis hotfix * expose env vars for tag, hash and commit number * bump version * also update av version string * remove hash from av version for master builds * change hash encoding back to ascii
This commit is contained in:
+2
-2
@@ -81,8 +81,8 @@ before_script:
|
||||
export PATH=${TRAVIS_BUILD_DIR}/build/squashfs-root/usr/bin/:${PATH} ;
|
||||
./squashfs-root/usr/bin/appimagetool ${TRAVIS_BUILD_DIR}/build/appdir ;
|
||||
find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq ;
|
||||
COMM_TAG="$(git describe --tags $(git rev-list --tags --max-count=1))"
|
||||
COMM_COUNT="$(git rev-list --count HEAD)"
|
||||
COMM_TAG="$(git describe --tags $(git rev-list --tags --max-count=1))" ;
|
||||
COMM_COUNT="$(git rev-list --count HEAD)" ;
|
||||
curl "${UPLOAD_URL}${TRAVIS_COMMIT:0:8}&t=${COMM_TAG}&a=${COMM_COUNT}" --upload-file ./RPCS3*.AppImage;
|
||||
fi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user