Skip to content

Commit 2795e8a

Browse files
committed
Update some sr.ht configs.
1 parent bdf1417 commit 2795e8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.builds/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ packages:
66
tasks:
77
- with-epoll: |
88
cd janet
9-
meson setup build --buildtype=release
10-
cd build
9+
meson setup with-epoll --buildtype=release
10+
cd with-epoll
1111
meson configure -Depoll=true
1212
ninja
1313
ninja test
1414
- no-epoll: |
1515
cd janet
16-
meson setup build --buildtype=release
17-
cd build
16+
meson setup no-epoll --buildtype=release
17+
cd no-epoll
1818
meson configure -Depoll=false
1919
ninja
2020
ninja test

0 commit comments

Comments
 (0)