Skip to content

🔧 making tests easier to run by relying on less environment va… #29

🔧 making tests easier to run by relying on less environment va…

🔧 making tests easier to run by relying on less environment va… #29

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