Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alchemy
Third Party
3p-discord-rpc
Commits
e8f8f9ba
Verified
Commit
e8f8f9ba
authored
Oct 22, 2021
by
Xenny Heartsong
Browse files
Try temporary workaround for CI builds
parent
88a6e6a7
Pipeline
#1239
failed with stages
in 32 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e8f8f9ba
...
...
@@ -5,6 +5,6 @@ include:
variables
:
BUILD_COMMON
:
0
BUILD_WINDOWS
:
0
BUILD_WINDOWS64
:
1
BUILD_WINDOWS64
:
0
BUILD_LINUX64
:
1
BUILD_MACOS
:
1
BUILD_MACOS
:
0
build-cmd.sh
View file @
e8f8f9ba
...
...
@@ -13,11 +13,11 @@ if [ -z "$AUTOBUILD" ] ; then
exit
1
fi
if
[
"
$OSTYPE
"
=
"cygwin"
]
;
then
autobuild
=
"
$(
cygpath
-u
$AUTOBUILD
)
"
else
#
if [ "$OSTYPE" = "cygwin" ] ; then
#
autobuild="$(cygpath -u $AUTOBUILD)"
#
else
autobuild
=
"
$AUTOBUILD
"
fi
#
fi
SOURCE_DIR
=
"discord-rpc"
BUILD_DIR
=
"builds"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment