Fix typo on ci script call.

This commit is contained in:
Rene Rivera
2018-05-14 23:12:18 -05:00
parent 7c0c1f2cb0
commit 02d09e78b6

View File

@ -134,7 +134,7 @@ configuration:
init: init:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
install: python tools/ci/clibrary_test.py install install: python tools/ci/library_test.py install
before_build: python tools/ci/library_test.py before_build before_build: python tools/ci/library_test.py before_build
build_script: python tools/ci/library_test.py build_script build_script: python tools/ci/library_test.py build_script
after_build: python tools/ci/library_test.py after_build after_build: python tools/ci/library_test.py after_build