Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
SiCKRAGE
sickrage
Commits
cf297329
Commit
cf297329
authored
Feb 07, 2021
by
echel0n
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added code to CI script to install rust compiler
parent
58ab668f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+4
-2
No files found.
.gitlab-ci.yml
View file @
cf297329
...
...
@@ -105,7 +105,8 @@ release_build_master:
variables
:
NODE_ENV
:
"
development"
script
:
-
apk add --no-cache git gcc libffi-dev python3-dev musl-dev openssl-dev
-
apk add --no-cache git gcc libffi-dev python3-dev musl-dev openssl-dev curl
-
curl https://sh.rustup.rs -sSf | sh
-
git config --global user.email $(git --no-pager show -s --format='%ae' HEAD)
-
git config --global user.name $(git --no-pager show -s --format='%an' HEAD)
-
pip install -U pip
...
...
@@ -151,7 +152,8 @@ release_build_develop:
variables
:
NODE_ENV
:
"
development"
script
:
-
apk add --no-cache git gcc libffi-dev python3-dev musl-dev openssl-dev
-
apk add --no-cache git gcc libffi-dev python3-dev musl-dev openssl-dev curl
-
curl https://sh.rustup.rs -sSf | sh
-
yarn install --pure-lockfile --cache-folder .yarn-cache
-
pip install -U pip
-
pip install bumpversion
...
...
Write
Preview
Markdown
is supported
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