mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
ci: fix silly mistake in circleci script
This commit is contained in:
@@ -11,7 +11,7 @@ jobs:
|
|||||||
g++ --version
|
g++ --version
|
||||||
cd tests/
|
cd tests/
|
||||||
ls
|
ls
|
||||||
g++ -std=c++11 -O2 -Wall -Wextra -Werror check.cpp -o check
|
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check.cpp -o check
|
||||||
git clone https://github.com/BurntSushi/toml-test.git
|
git clone https://github.com/BurntSushi/toml-test.git
|
||||||
cp check toml-test/tests/invalid
|
cp check toml-test/tests/invalid
|
||||||
cp check toml-test/tests/valid
|
cp check toml-test/tests/valid
|
||||||
|
|||||||
Reference in New Issue
Block a user