File tree Expand file tree Collapse file tree 9 files changed +24
-5
lines changed Expand file tree Collapse file tree 9 files changed +24
-5
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: 'test'
22
33on :
44 push :
5- paths :
6- - ' examples/projects/**'
7- - ' pyfpga/**'
8- - ' tests/**'
5+ # paths:
6+ # - 'examples/projects/**'
7+ # - 'pyfpga/**'
8+ # - 'tests/**'
99
1010jobs :
1111 test :
Original file line number Diff line number Diff line change 22
33.PHONY : docs
44
5- export PATH := $(PWD ) /tests/mocks:$(PATH )
5+ ifeq ($(OS ) ,Windows_NT)
6+ PATH_SEP := ;
7+ else
8+ PATH_SEP := :
9+ endif
10+ export PATH := $(CURDIR ) /tests/mocks$(PATH_SEP )$(PATH )
611
712all : docs lint test
813
Original file line number Diff line number Diff line change 1+ @ echo off
2+ python " %~dp0 FPExpress" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ python " %~dp0 impact" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ python " %~dp0 libero" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ python " %~dp0 diamondc" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ python " %~dp0 quartus_pgm" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ python " %~dp0 quartus_sh" %*
Original file line number Diff line number Diff line change 1+ @ echo off
2+ python " %~dp0 xtclsh" %*
You can’t perform that action at this time.
0 commit comments