Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Commits
4d1662e7
Commit
4d1662e7
authored
2 years ago
by
Oscar Gustafsson
Browse files
Options
Downloads
Plain Diff
Merge branch 'docbuildfix' into 'master'
Fix doc build on CI See merge request
!88
parents
ff681d67
54ccd3d0
No related branches found
No related tags found
1 merge request
!88
Fix doc build on CI
Pipeline
#75103
passed
2 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-10
2 additions, 10 deletions
.gitlab-ci.yml
with
2 additions
and
10 deletions
.gitlab-ci.yml
+
2
−
10
View file @
4d1662e7
...
@@ -4,10 +4,10 @@ stages:
...
@@ -4,10 +4,10 @@ stages:
before_script
:
before_script
:
-
apt-get update --yes
-
apt-get update --yes
-
apt-get install --yes build-essential cmake libfmt-dev pybind11-dev graphviz
-
apt-get install --yes build-essential cmake libfmt-dev pybind11-dev graphviz
python3-pyqt5 xvfb
-
python -m pip install --upgrade pip
-
python -m pip install --upgrade pip
-
python --version
-
python --version
-
pip install pytest pytest-cov sphinx furo numpydoc
-
pip install pytest pytest-cov sphinx furo numpydoc
pytest-xvfb pytest-qt setuptools_scm
-
pip install .
-
pip install .
-
pip show b_asic
-
pip show b_asic
...
@@ -38,14 +38,6 @@ run-test-3.10:
...
@@ -38,14 +38,6 @@ run-test-3.10:
image
:
python:3.10
image
:
python:3.10
extends
:
"
.run-test"
extends
:
"
.run-test"
run-test-qt
:
image
:
python:3.10
extends
:
"
.run-test"
script
:
-
apt-get install --yes xvfb python3-pyqt5
-
pip install pytest-xvfb pytest-qt
-
pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
pages
:
pages
:
stage
:
deploy
stage
:
deploy
image
:
python:3.10
image
:
python:3.10
...
...
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