Explorar o código

Travis: Modify script for new unit test directory

bel2125 %!s(int64=7) %!d(string=hai) anos
pai
achega
27b2a672ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -73,7 +73,7 @@ before_script:
   - if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install openssl@1.1 ;fi
   - if [[ "${BUILD_TYPE}" == "OSX_OPENSSL_1_1" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install openssl@1.1 ;fi
   # Generate the build scripts with CMake
   # Generate the build scripts with CMake
   - mkdir output
   - mkdir output
-  - gcc test/cgi_test.c -o output/cgi_test.cgi
+  - gcc unittest/cgi_test.c -o output/cgi_test.cgi
   - cd output
   - cd output
   - cmake --version
   - cmake --version
   - cmake
   - cmake