Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Design of Digital Systems
processor
Commits
a28742d2
Commit
a28742d2
authored
Jul 23, 2018
by
Silke Hofstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build in Docker
parent
9c619438
Pipeline
#14798
passed with stages
in 6 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
.gitlab-ci.yml
.gitlab-ci.yml
+9
-4
vhdl/bin/ci-run
vhdl/bin/ci-run
+1
-1
No files found.
.gitlab-ci.yml
View file @
a28742d2
...
...
@@ -9,10 +9,15 @@ cache:
vunit
:
stage
:
test
tags
:
-
vhdl
-
python
image
:
debian:jessie
before_script
:
-
apt-get update -qq
-
apt-get install -qqy python-pip virtualenv wget gnat-4.9-base libbsd0 libedit2 libgnat-4.9 zlib1g-dev
-
wget -nv -O ghdl.deb https://github.com/ghdl/ghdl/releases/download/v0.33/ghdl_0.33-1jessie1_amd64.deb
-
dpkg -i ghdl.deb
script
:
-
ghdl --version
-
pip list
-
cd vhdl
-
bin/ci-run
artifacts
:
...
...
@@ -21,7 +26,7 @@ vunit:
report
:
stage
:
typeset
t
ag
s
:
[
tex
]
im
ag
e
:
registry.gitlab.com/silkeh/la
tex
script
:
-
cd report
-
latexmk -xelatex report
...
...
vhdl/bin/ci-run
View file @
a28742d2
...
...
@@ -12,7 +12,7 @@ fi
# Check number of processor cores
which facter &> /dev/null
&&
cores
=
"
$(
facter processorcount
)
"
[
-z
$cores
]
&&
cores
=
1
[
-z
$cores
]
&&
cores
=
4
# Run the tests
"
$DIR
"
/vunit
-p
$cores
$@
...
...
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