Skip to content

Update cmake

Update cmake #84

Workflow file for this run

name: Build Linux
on:
push:
branches:
- master
- release
jobs:
build:
name: Build Linux
runs-on: ubuntu-latest
steps:
- name: Fix up git URLs
run: echo -e '[url "https://github.com/"]\n insteadOf = "[email protected]:"' >> ~/.gitconfig
shell: bash
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: true
- name: "Run script"
run: |
export OS="linux"
./ci/build.sh
shell: bash
env:
APIKEY: ${{ secrets.APIKEY }}