Skip to content

Commit

Permalink
WIP3: Add github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Mar 29, 2024
1 parent 4132c4e commit 399c9eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/.github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

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

jobs:
Expand All @@ -22,9 +22,9 @@ jobs:
with:
submodules: 'recursive'

- name: Init and Update Submodules
- name: Verify submodules
run: |
git submodule update --init --recursive
ls ${{ github.workspace }}/vcpkg
- name: Set strings
id: strings
Expand All @@ -33,6 +33,7 @@ jobs:
- name: Bootstrap vcpkg
run: |
chmod +x ${{ github.workspace }}/vcpkg/bootstrap-vcpkg.sh
${{ github.workspace }}/vcpkg/bootstrap-vcpkg.sh
- name: Install CMake on Ubuntu
Expand Down

0 comments on commit 399c9eb

Please sign in to comment.