This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
libvhdl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
export path directly before running make
AHBL_BFM
T. Meissner
7 years ago
parent
566c7d0a75
commit
0d32530dc9
1 changed files
with
2 additions
and
3 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
.travis.yml
+ 2
- 3
.travis.yml
View File
@ -1,4 +1,4 @@
language
:
c
language
:
python
matrix:
matrix:
include:
include:
# Python 3.5 with ghdl llvm
# Python 3.5 with ghdl llvm
@ -20,9 +20,8 @@ matrix:
-
make
-
make
-
make install
-
make install
-
cd ../../
-
cd ../../
-
export PATH=$PATH:install-ghdl-llvm/bin/
install
:
true
install
:
true
script:
script:
-
cd test; make all
-
export PATH=$PATH:install-ghdl-llvm/bin/;
cd test; make all
Write
Preview
Loading…
Cancel
Save