From 6861fc1aae4949ade1eb47de339ea99ec3488318 Mon Sep 17 00:00:00 2001 From: jangko Date: Tue, 22 Dec 2020 12:34:07 +0700 Subject: [PATCH] fixes ci script --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 7e2dd37..640bdfb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -31,7 +31,7 @@ install: build_script: - SET SNAPPY_PATH=C:\projects\%APPVEYOR_PROJECT_SLUG% - cd %SNAPPY_PATH% - - git submodule update --recursive + - git submodule update --init --recursive - cd tests\snappycpp - dir - mkdir build diff --git a/.travis.yml b/.travis.yml index 0e6ead9..125dcf6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - env MAKE="make -j2" bash build_nim.sh Nim csources dist/nimble NimBinaries - export PATH=$PWD/Nim/bin:$PATH - - git submodule update --recursive + - git submodule update --init --recursive script: - cd tests/snappycpp