Sfoglia il codice sorgente

Travis: Modify script for new unit test directory

bel2125 7 anni fa
parent
commit
27b2a672ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
   # Generate the build scripts with CMake
   - mkdir output
-  - gcc test/cgi_test.c -o output/cgi_test.cgi
+  - gcc unittest/cgi_test.c -o output/cgi_test.cgi
   - cd output
   - cmake --version
   - cmake