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 816be08 commit 678cac8Copy full SHA for 678cac8
invertedai_cpp/Dockerfile
@@ -16,4 +16,6 @@ RUN curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor >bazel-
16
COPY . /usr/src/myapp
17
WORKDIR /usr/src/myapp
18
19
+RUN chmod 755 ./run_all_tests.sh
20
+
21
CMD ["/bin/bash"]
invertedai_cpp/run_all_tests.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+export IAI_DEV=1
3
4
+bazel build //examples:drive_tests
5
+bazel build //examples:initialize_tests
6
7
+./bazel-bin/examples/initialize_tests "EFGHTOKENABCD"
8
+./bazel-bin/examples/drive_tests 30 "EFGHTOKENABCD"
0 commit comments