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.
2 parents 32a3f01 + efc1779 commit c7d8c14Copy full SHA for c7d8c14
README.md
@@ -7,7 +7,7 @@ This is a C/C++ runner for CMake projects (based on GCC).
7
```yaml
8
runner:
9
name: codingame/cmake-gcc-runner
10
- version: 1.0-gcc-6.3
+ version: 1.1-gcc-6.3
11
```
12
13
Your project will be compiled one with:
entrypoint.sh
@@ -2,9 +2,6 @@
2
3
cd /project/target
4
5
-# Copy answer to project
6
-cp -r /project/answer/* .
-
# Compile
if make > /tmp/compilation_logs 2>&1; then
echo "CG> redirect-streams \"Test results\""
0 commit comments