Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit 3dfc1c6

Browse files
committed
c++11
1 parent aed9d69 commit 3dfc1c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
- c++ -o theapp.o src/*.cpp
2+
- c++ -std=c++11 -o theapp.o src/*.cpp
33
files:
44
- .gitignore
55
- src/main.cpp

codecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build:
2-
- c++ -o theapp.o src/*.cpp
2+
- c++ -std=c++11 -o theapp.o src/*.cpp
33
env:
44
APP_COMMAND: ./theapp.o
55
test: mocha

0 commit comments

Comments
 (0)