Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
orchestra
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
revng
orchestra
Commits
c9e750f2
Commit
c9e750f2
authored
4 years ago
by
Filippo Cremonese
Browse files
Options
Downloads
Patches
Plain Diff
Ensure wheel is installed
parent
4b892ebe
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.orchestra/ci/install-dependencies.sh
+2
-0
2 additions, 0 deletions
.orchestra/ci/install-dependencies.sh
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
c9e750f2
...
...
@@ -6,10 +6,10 @@ stages:
create-binaries
:
stage
:
build
script
:
-
/install-dependencies.sh
-
echo -e "machine rev.ng\nlogin gitlab-ci-token\npassword ${CI_JOB_TOKEN}" > ~/.netrc
-
git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@rev.ng/gitlab/${CI_PROJECT_NAMESPACE}/orchestra-v3.git /orchestra
-
cd /orchestra
-
.orchestra/ci/install-dependencies.sh
-
python3 setup.py bdist_wheel
-
pip install dist/orchestra*.whl
-
cd "${CI_PROJECT_DIR}"
...
...
This diff is collapsed.
Click to expand it.
.orchestra/ci/install-dependencies.sh
+
2
−
0
View file @
c9e750f2
...
...
@@ -65,6 +65,8 @@ apt install --no-install-recommends --yes \
libxkbcommon-x11-dev
\
libxrender-dev
pip3
install
setuptools wheel
if
!
which git-lfs
>
& /dev/null
;
then
curl
-s
https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash
apt-get
install
--no-install-recommends
--yes
git-lfs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment