Skip to content

Merge pull request #10 from nxxm/feature/pagination-support #31

Merge pull request #10 from nxxm/feature/pagination-support

Merge pull request #10 from nxxm/feature/pagination-support #31

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build-linux
runs-on: ubuntu-latest
container:
image: tipibuild/tipi-ubuntu
options: --user root
env:
GH_USER: nxxmgh
GH_PASS: ${{ secrets.USER_PAT_NXXMGH_TOKEN_FOR_GH }}
steps:
- name: checkout
uses: actions/checkout@v2
- name: tipi builds project
run: |
export HOME=/root
mkdir -p ~/.tipi
tipi . -t linux-cxx17 --dont-upgrade --verbose --test all