IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lars Asplund
Packages
Commits
0024f735
Commit
0024f735
authored
Sep 30, 2020
by
Joshua Gay
🙀
Browse files
Update .gitlab-ci.yml to use ghdl/vunit docker img
parent
65021a8e
Pipeline
#32
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0024f735
...
...
@@ -2,3 +2,35 @@ image: ghdl/vunit:gcc-master
run_tests
:
script
:
python3 ./testbench/run.py
## OLD CI script below
#image: debian:testing
#service:
# - python:latest
#
#build:
# stage: build
# before_script:
# - apt-get update
# - apt-get install -y git make colormake
# - apt-get install -y gcc-7 gnat-7 gcc gnat
# - apt-get install -y llvm-4.0 llvm-4.0-dev llvm-4.0-tools llvm
# - apt-get install -y clang-4.0 clang
# - apt-get install -y zlib1g-dev libedit-dev
# - apt-get install -y python3 python3-pip
# - ./tools/GitLab-CI/grc.setup.sh
# - ./tools/GitLab-CI/ghdl.setup.sh
# - pip3 install -r ./tools/GitLab-CI/requirements.txt
# script:
# - echo "build"
# - export PATH=$PATH:./ghdl/bin
# - export VUNIT_SIMULATOR=ghdl
# - python3 ./testbench/run.py -k
# artifacts:
# paths:
# - mybinary
#
## run tests using the binary built before
#test:
# stage: test
# script:
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