Skip to content

Add initial support for the 'tup variant' command on Windows. #74

Add initial support for the 'tup variant' command on Windows.

Add initial support for the 'tup variant' command on Windows. #74

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install ccache libfuse3-dev build-essential flex bison gperf libncurses5-dev libncursesw5-dev gawk libmpfr-dev libgpm-dev zlib1g-dev yasm graphviz
- run: pip3 install sh
- run: ./bootstrap.sh
- run: cd test && ./test.sh --keep-going