We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02d93b commit 58fe65aCopy full SHA for 58fe65a
.github/workflows/ci.yaml
@@ -52,8 +52,11 @@ jobs:
52
- name: Install dependencies (Offenbach)
53
run: offenbach install
54
55
- - name: Pass 1/2 - Compile (try to self-compile)
+ - name: Pass 1/3 - Compile using main PHP script
56
run: php -dphar.readonly=0 bin/compile.php -d src:php -d vendor:php -e bin/compile.php -o bin/cc -b .banner
57
58
- - name: Pass 2/2 - Smoke test (launch help command)
59
- run: bin/cc --help
+ - name: Pass 2/3 - Compile using the executable
+ run: php -dphar.readonly=0 bin/cc -d src:php -d vendor:php -e bin/compile.php -o bin/cc2 -b .banner
60
+
61
+ - name: Pass 3/3 - Smoke test (launch help command)
62
+ run: bin/cc2 --help
0 commit comments