Skip to content

Commit 67662d0

Browse files
committed
ci: remove msvs build
1 parent 888983c commit 67662d0

16 files changed

Lines changed: 0 additions & 4323 deletions

.github/workflows/ci.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -511,33 +511,6 @@ jobs:
511511
myci-deploy-pacman-ssh.sh --server gagis.hopto.org --key repo_key_rsa --repo cppfw/msys2/${{ matrix.repo }} --database cppfw_${{ matrix.repo }} $f
512512
done
513513
if: startsWith(github.ref, 'refs/tags/')
514-
##### msvs #####
515-
# DEPRECATED: remove
516-
msvs:
517-
runs-on: windows-latest
518-
defaults:
519-
run:
520-
shell: powershell
521-
steps:
522-
- name: git clone
523-
uses: actions/checkout@v3
524-
with: {submodules: true}
525-
- name: install CoAPP tools
526-
uses: myci-actions/install-coapp-tools@main
527-
- name: nuget update
528-
run: |
529-
nuget restore msvs_solution/msvs_solution.sln
530-
nuget update msvs_solution/msvs_solution.sln
531-
- name: add msbuild to PATH
532-
uses: microsoft/setup-msbuild@v1.1
533-
- name: build
534-
run: .\nuget\build_nuget.ps1
535-
- name: deploy
536-
uses: myci-actions/publish-nuget@main
537-
with:
538-
filename: '.\nuget\*.nupkg'
539-
api-key: ${{ secrets.NUGET_DOT_ORG_API_KEY }}
540-
if: startsWith(github.ref, 'refs/tags/')
541514
##### vcpkg-linux #####
542515
vcpkg-linux:
543516
strategy:

msvs_solution/clargs/clargs.vcxproj

Lines changed: 0 additions & 778 deletions
This file was deleted.

msvs_solution/clargs/clargs.vcxproj.filters

Lines changed: 0 additions & 22 deletions
This file was deleted.

msvs_solution/clargs/clargs.vcxproj.user

Lines changed: 0 additions & 4 deletions
This file was deleted.

msvs_solution/libutki/libutki.vcxproj

Lines changed: 0 additions & 921 deletions
This file was deleted.

msvs_solution/libutki/libutki.vcxproj.filters

Lines changed: 0 additions & 309 deletions
This file was deleted.

msvs_solution/libutki/libutki.vcxproj.user

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)