We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e0f52 commit 1310a71Copy full SHA for 1310a71
.builds/archlinux.yml
@@ -3,4 +3,6 @@ sources:
3
- https://git.sr.ht/~ajdiaz/bashc
4
tasks:
5
- build: |
6
+ make -C bashc
7
+ - test: |
8
make -C bashc test
Makefile
@@ -6,7 +6,7 @@
all:
@./scripts/build.sh && rm -f ./releases/bash
9
-test: all
+test:
10
@echo -e "#! /bin/bash\necho \"test OK\"" > test.sh
11
./releases/bashc ./test.sh test.bin && \
12
[[ "$$(./test.bin)" == "test OK" ]] && \
0 commit comments