Skip to content

Commit 48dc235

Browse files
committed
Add CI yaml file
1 parent 332c59b commit 48dc235

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitlab-ci.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
image: cryan/vivado:2015.3
2+
3+
before_script:
4+
- git submodule update --init
5+
- source /opt/Xilinx/Vivado/2015.3/settings64.sh
6+
7+
stages:
8+
- simulate_testbenches
9+
10+
run_tests:
11+
stage: simulate_testbenches
12+
script:
13+
- mkdir vivado-projects
14+
- cd scripts
15+
- vivado -mode batch -source create_sim_project.tcl -tclargs "../vivado-projects/" "II-X6-sims"
16+
- cd ../test/scripts
17+
- python3 run_tests.py

0 commit comments

Comments
 (0)