Skip to content

Commit

Permalink
add github-actions and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
theavege committed Oct 22, 2024
1 parent fca5f5d commit f68bca8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# GitHub-Actions() -> VM(Bash || PowerShell)
---
name: Build

Expand All @@ -22,7 +21,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -32,7 +30,3 @@ jobs:
if: runner.os == 'Linux'
shell: bash
run: bash -x make.sh all
- name: Build on Windows
if: runner.os == 'Windows'
shell: powershell
run: powershell -File make.ps1 all
13 changes: 0 additions & 13 deletions make.ps1

This file was deleted.

0 comments on commit f68bca8

Please sign in to comment.