Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill committed Oct 23, 2024
1 parent 9bbf05b commit b31de1a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
name: CI

on:
workflow_dispatch:
push:
branches: master
branches: [ "master" ]
pull_request:
branches: master
branches: [ "master" ]

jobs:
build:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: Trass3r/setup-cpp@master
- run: ./build.ps1
- uses: actions/upload-artifact@v3
- uses: actions/checkout@v4

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

- name: Build
run: ./build.ps1

- uses: actions/upload-artifact@v4
with:
name: binaries
path: ~build/deploy/*.zip
6 changes: 0 additions & 6 deletions appveyor.yml

This file was deleted.

0 comments on commit b31de1a

Please sign in to comment.