Skip to content

Commit

Permalink
fix ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cenit committed Apr 9, 2024
1 parent 23f52af commit 34069ff
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,7 @@ jobs:
- name: 'Build'
shell: pwsh
run: ${{ github.workspace }}/cmake/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL

- name: Publish artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-ubuntu
path: build_release/${{ github.event.repository.name }}-*.deb
run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL


osx-vcpkg:
Expand Down Expand Up @@ -101,13 +95,7 @@ jobs:
- name: 'Build'
shell: pwsh
run: ${{ github.workspace }}/cmake/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL

- name: Publish artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-macos
path: build_release/${{ github.event.repository.name }}-*.dmg
run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL


win-vcpkg:
Expand Down Expand Up @@ -144,10 +132,4 @@ jobs:
- name: Build
shell: pwsh
run: ${{ github.workspace }}/cmake/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL

- name: Publish artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ github.event.repository.name }}-windows
path: build_release/${{ github.event.repository.name }}-*.msi
run: ${{ github.workspace }}/ccm/build.ps1 -UseVCPKG -DoNotUpdateVCPKG -DisableInteractive -DoNotUpdateTOOL

0 comments on commit 34069ff

Please sign in to comment.