Generate server static executable
This commit is contained in:
parent
9108d2cb03
commit
a678726684
2 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,4 @@ RUN gxpkg install github.com/dlozeve/fancy
|
|||
COPY . .
|
||||
RUN ./build.ss
|
||||
RUN gxc -exe -static -cc-options -static -ld-options -lz -o sncf-static sncf.ss
|
||||
RUN gxc -exe -static -cc-options -static -ld-options -lz -o server-static server.ss
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue