mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 08:39:06 +00:00
Use Github Actions instead of Travis
Moved MSVC to Github Actions as well.
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
GITDATE="`git show -s --date=short --format='%ad' | sed 's/-//g'`"
|
||||
GITREV="`git show -s --format='%h'`"
|
||||
if [[ $GITHUB_REF == refs/tags/* ]]; then
|
||||
GITNAME="${GITHUB_REF:10}"
|
||||
else
|
||||
GITNAME="${GITDATE}-${GITREV}"
|
||||
fi
|
||||
|
||||
mkdir -p artifacts
|
||||
Reference in New Issue
Block a user