Files
SpriteChannel/.github/workflows/build.yml

24 lines
445 B
YAML

name: Manuelles Build mit ISE
on:
workflow_dispatch:
jobs:
build:
runs-on: xilinx-ise
steps:
- name: Install Node.js
run: |
sudo curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
sudo apt-get update
sudo apt-get install -y nodejs
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: |
cd "$GITHUB_WORKSPACE/build"
make