Skip to content

Commit

Permalink
configure github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wg committed Feb 7, 2021
1 parent 0896020 commit c769850
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 52 deletions.
46 changes: 0 additions & 46 deletions .circleci/config.yml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build

on:
push:

jobs:
build:
runs-on: ${{ matrix.builder }}
strategy:
matrix:
builder: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: build
run: make
6 changes: 0 additions & 6 deletions azure-piplines.yml

This file was deleted.

0 comments on commit c769850

Please sign in to comment.