Skip to content

🔧 optimizing result value by std::move()-ing the result vector… #30

🔧 optimizing result value by std::move()-ing the result vector…

🔧 optimizing result value by std::move()-ing the result vector… #30

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