File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -310,8 +310,8 @@ jobs:
310
310
# }}}
311
311
# {{{ FreeBSD
312
312
freebsd :
313
- if : github.ref == 'refs/heads/master'
314
- runs-on : macos-12
313
+ # if: github.ref == 'refs/heads/master'
314
+ runs-on : ubuntu-latest
315
315
name : FreeBSD 13
316
316
# env:
317
317
# MYTOKEN: "value1"
@@ -341,7 +341,7 @@ jobs:
341
341
./build/src/crispy/crispy_test
342
342
./build/src/vtparser/vtparser_test
343
343
./build/src/vtbackend/vtbackend_test
344
- ./build/src/vtbackend/vtrasterizer_test
344
+ ./build/src/vtrasterizer/vtrasterizer_tes
345
345
rm -rf _deps build
346
346
# }}}
347
347
# {{{ OS/X
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ main()
575
575
Darwin)
576
576
install_deps_darwin
577
577
;;
578
- FreeBSD)
578
+ FreeBSD|freebsd )
579
579
install_deps_FreeBSD
580
580
;;
581
581
* )
Original file line number Diff line number Diff line change @@ -26,3 +26,5 @@ if(CONTOUR_TESTING)
26
26
target_link_libraries (vtrasterizer_test vtrasterizer Catch2::Catch2WithMain)
27
27
add_test (vtrasterizer_test ./vtrasterizer_test)
28
28
endif ()
29
+
30
+ message (STATUS "[vtrasterizer] Compile unit tests: ${CONTOUR_TESTINGG} " )
You can’t perform that action at this time.
0 commit comments