mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Update 'contrib/gitian/gitian-win.yml'
This commit is contained in:
parent
293c8555d0
commit
d064957dc7
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: "wownero-win-0.9"
|
name: "wowzero-win-0.9"
|
||||||
enable_cache: true
|
enable_cache: true
|
||||||
suites:
|
suites:
|
||||||
- "bionic"
|
- "bionic"
|
||||||
|
@ -36,8 +36,8 @@ alternatives:
|
||||||
package: "x86_64-w64-mingw32-gcc"
|
package: "x86_64-w64-mingw32-gcc"
|
||||||
path: "/usr/bin/x86_64-w64-mingw32-gcc-posix"
|
path: "/usr/bin/x86_64-w64-mingw32-gcc-posix"
|
||||||
remotes:
|
remotes:
|
||||||
- "url": "https://git.wownero.com/wownero/wownero.git"
|
- "url": "https://git.wownero.com/synku/wowzero.git"
|
||||||
"dir": "wownero"
|
"dir": "wowzero"
|
||||||
files: []
|
files: []
|
||||||
script: |
|
script: |
|
||||||
WRAP_DIR=$HOME/wrapped
|
WRAP_DIR=$HOME/wrapped
|
||||||
|
@ -91,7 +91,7 @@ script: |
|
||||||
export SOURCE_DATE_EPOCH=`date -d 2000-01-01T12:00:00 +%s`
|
export SOURCE_DATE_EPOCH=`date -d 2000-01-01T12:00:00 +%s`
|
||||||
|
|
||||||
git config --global core.abbrev 9
|
git config --global core.abbrev 9
|
||||||
cd wownero
|
cd wowzero
|
||||||
# Set the version string that gets added to the tar archive name
|
# Set the version string that gets added to the tar archive name
|
||||||
version="`git describe`"
|
version="`git describe`"
|
||||||
if [[ $version == *"-"*"-"* ]]; then
|
if [[ $version == *"-"*"-"* ]]; then
|
||||||
|
@ -128,7 +128,7 @@ script: |
|
||||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=${BASEPREFIX}/${i}/share/toolchain.cmake
|
cmake .. -DCMAKE_TOOLCHAIN_FILE=${BASEPREFIX}/${i}/share/toolchain.cmake
|
||||||
make ${MAKEOPTS}
|
make ${MAKEOPTS}
|
||||||
cp ../LICENSE bin
|
cp ../LICENSE bin
|
||||||
DISTNAME=wownero-${i}-${version}
|
DISTNAME=wowzero-${i}-${version}
|
||||||
mv bin ${DISTNAME}
|
mv bin ${DISTNAME}
|
||||||
find ${DISTNAME}/ | sort | zip -X@ ${OUTDIR}/${DISTNAME}.zip
|
find ${DISTNAME}/ | sort | zip -X@ ${OUTDIR}/${DISTNAME}.zip
|
||||||
cd .. && rm -rf build
|
cd .. && rm -rf build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue