Skip to content

Commit

Permalink
#442 build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 authored Feb 19, 2022
1 parent d66baf2 commit be01958
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ jobs:
runs-on: ubuntu-latest
container: tg9541/docker-sdcc:V3.9.0
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: |
echo "Triggered by: ${{ github.event_name }}"
echo "Branch name: ${{ github.ref }}"
echo "repository: ${{ github.repository }}"
echo "workspace: ${{ github.workspace }}"
- name: Check out repository code
uses: actions/checkout@v2
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- name: List files in the repository
- name: Build and test
run: |
pwd
ls # ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
make BOARD=test forth
make clean
make all
- run: echo "This job's status is ${{ job.status }}."

0 comments on commit be01958

Please sign in to comment.