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 18e1d50 commit a1265b2Copy full SHA for a1265b2
.github/workflows/static-builds.yml
@@ -15,9 +15,11 @@ jobs:
15
steps:
16
- name: Check out the repo
17
uses: actions/checkout@v2
18
- - name: Generate the binaries
+ - name: Build the binaries
19
run: |
20
./scripts/static-build.sh
21
+ - name: Test the binaries
22
+ run: |
23
bin=(./learn-ocaml-client ./learn-ocaml-server ./learn-ocaml)
24
file "${bin[@]}"
25
ldd "${bin[@]}"
@@ -56,6 +58,8 @@ jobs:
56
58
- name: Build the binaries
57
59
60
opam exec -- make LINKING_MODE=static
61
62
63
64
dir="_build/install/default/bin"
65
file "$dir"/*
0 commit comments