소스 검색

Select releyase config

Kim Kulling 5 년 전
부모
커밋
c2cbac979e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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