Pārlūkot izejas kodu

Select releyase config

Kim Kulling 5 gadi atpakaļ
vecāks
revīzija
c2cbac979e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/ccpp.yml

+ 2 - 2
.github/workflows/ccpp.yml

@@ -37,10 +37,10 @@ jobs:
     steps:
     - uses: actions/checkout@v1
     - name: configure
-      run: cmake CMakeLists.txt
+      run: cmake CMakeLists.txt --config Release
     - name: build
       run: cmake --build .
     - name: test
       run: | 
-        cd bin 
+        cd bin\Release
         .\unit