Skip to content

Merge pull request #9 from nxxm/feature/move-to-native-tipi-deps #25

Merge pull request #9 from nxxm/feature/move-to-native-tipi-deps

Merge pull request #9 from nxxm/feature/move-to-native-tipi-deps #25

Workflow file for this run

name: build
on: [push]
jobs:
build:
name: build-linux
runs-on: ubuntu-latest
container: tipibuild/tipi-ubuntu
env:
GH_USER: nxxmgh
GH_PASS: ${{ secrets.USER_PAT_NXXMGH_TOKEN_FOR_GH }}
GH_RELEASE_TEST_REPO_OWNER: tipibuild
GH_RELEASE_TEST_REPO_NAME: test-gh-client-release
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