Browse Source

Select releyase config

Kim Kulling 5 năm trước cách đây
mục cha
commit
c2cbac979e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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