Skip to content

Commit

Permalink
Add build testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhanshu2 authored Sep 27, 2021
1 parent 2981759 commit 70239f9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build Testing

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

jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build
run: mkdir build && cd build && cmake .. && make -j4 && ./dramsim3main -h

0 comments on commit 70239f9

Please sign in to comment.