Skip to content

Commit 53f6ffe

Browse files
committed
CI: the module is in current directory
1 parent f670ba8 commit 53f6ffe

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/ci-test.r3

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
Rebol [
2-
title: "Rebol/Blend2D extension CI test"
3-
]
4-
5-
system/modules/blend2d: none
6-
b2d: import 'blend2d
7-
8-
? b2d
9-
1+
Rebol [
2+
title: "Rebol/Blend2D extension CI test"
3+
]
4+
5+
;; for the CI test the module is in current directory
6+
system/options/modules: what-dir
7+
system/modules/blend2d: none
8+
b2d: import 'blend2d
9+
10+
? b2d
11+
1012
print b2d/info

0 commit comments

Comments
 (0)