File: Dockerfile-test.include

package info (click to toggle)
weakforced 3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,040 kB
  • sloc: cpp: 20,397; python: 2,002; sh: 700; makefile: 432
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# Generic include that adds the necessary context and runs tests

@INCLUDE luaenv/Dockerfile.paths-include

WORKDIR /wforce/luaenv
RUN ./clean.sh
RUN ./build.sh
RUN bash -c 'source ./bin/activate.sh && ./bin/luajit test.lua'