mirror of
https://git.sfja.dk/Mikkel/slige.git
synced 2025-01-18 09:46:30 +00:00
remove runtime docker
This commit is contained in:
parent
0c7ac9d03e
commit
17693e4e81
@ -1,9 +0,0 @@
|
||||
FROM gcc
|
||||
|
||||
WORKDIR /workdir
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN make RELEASE=1
|
||||
|
||||
ENTRYPOINT [ "./build/sliger", "run", "out.slgbc" ]
|
@ -1,19 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
echo Text:
|
||||
cat $1
|
||||
|
||||
echo Compiling $1...
|
||||
|
||||
deno run --allow-read --allow-write compiler/main.ts $1
|
||||
|
||||
echo Running out.slgbc...
|
||||
|
||||
cp out.slgbc runtime/
|
||||
|
||||
cd runtime/
|
||||
|
||||
docker build . -t sliger-buildenv
|
||||
docker run --rm -it sliger-buildenv
|
Loading…
Reference in New Issue
Block a user