File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Build and test pkg
33on : [push, pull_request]
44
55env :
6- FLAGS : ' -Wno-compare-reals -Wno-unused-dummy-argument -ftrampoline-impl=heap'
7- FLAGSCOV : " --coverage -fprofile-abs-path"
6+ FLAGS : -Wno-compare-reals -Wno-unused-dummy-argument -ftrampoline-impl=heap
7+ FLAGSCOV : --coverage -fprofile-abs-path
88
99jobs :
1010 linux-gcc-build :
4040 run : |
4141 gfortran --version
4242 fpm --version
43- fpm test --profile debug --flag $FLAGS --verbose
44- fpm test --profile release --flag $FLAGS --verbose
43+ fpm test --profile debug --flag " $FLAGS" --verbose
44+ fpm test --profile release --flag " $FLAGS" --verbose
4545
4646 - name : Generate coverage report
4747 run : |
8989 run : |
9090 gfortran --version
9191 fpm --version
92- fpm test --profile debug --flag $FLAGS --verbose
93- fpm test --profile release --flag $FLAGS --verbose
92+ fpm test --profile debug --flag " $FLAGS" --verbose
93+ fpm test --profile release --flag " $FLAGS" --verbose
You can’t perform that action at this time.
0 commit comments