Skip to content

Commit c7d8c14

Browse files
authored
Merge pull request #1 from CodinGame/remove-copy-answer
Remove copy of the answer
2 parents 32a3f01 + efc1779 commit c7d8c14

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a C/C++ runner for CMake projects (based on GCC).
77
```yaml
88
runner:
99
name: codingame/cmake-gcc-runner
10-
version: 1.0-gcc-6.3
10+
version: 1.1-gcc-6.3
1111
```
1212
1313
Your project will be compiled one with:

entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
cd /project/target
44

5-
# Copy answer to project
6-
cp -r /project/answer/* .
7-
85
# Compile
96
if make > /tmp/compilation_logs 2>&1; then
107
echo "CG> redirect-streams \"Test results\""

0 commit comments

Comments
 (0)