mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 00:38:55 +00:00
Use Github Actions instead of Travis
Moved MSVC to Github Actions as well.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
. .ci/common/pre-upload.sh
|
||||
|
||||
REV_NAME="threeSD-linux-${GITNAME}"
|
||||
|
||||
mkdir "$REV_NAME"
|
||||
cp build/bin/threeSD "$REV_NAME"
|
||||
|
||||
mkdir "$REV_NAME/dist"
|
||||
|
||||
. .ci/common/post-upload.sh
|
||||
Reference in New Issue
Block a user