mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-21 20:10:05 +00:00
feat: update toml-test from v1.2.0 to v1.3.0
This commit is contained in:
parent
51e5d845b0
commit
86eefc7255
@ -12,7 +12,7 @@ jobs:
|
|||||||
cd tests/
|
cd tests/
|
||||||
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
g++ -std=c++11 -O2 -Wall -Wextra -Werror -I../ check_toml_test.cpp -o check_toml_test
|
||||||
export PATH=$(pwd):${PATH}
|
export PATH=$(pwd):${PATH}
|
||||||
git clone --depth 1 --branch v1.2.0 https://github.com/BurntSushi/toml-test.git
|
git clone --depth 1 --branch v1.3.0 https://github.com/BurntSushi/toml-test.git
|
||||||
cd toml-test/
|
cd toml-test/
|
||||||
go install -v ./cmd/toml-test
|
go install -v ./cmd/toml-test
|
||||||
cd -
|
cd -
|
||||||
|
Loading…
Reference in New Issue
Block a user