Skip to content

Initial README.md for QTracker demo. #22

Initial README.md for QTracker demo.

Initial README.md for QTracker demo. #22

Workflow file for this run

name: QLBase Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.20.5']
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Go version
run: go version
- name: Install Qrepo
run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/nthnn/Qrepo/master/support/install.sh)"
- name: Build QLBase
run: |
qrepo run deploy
- name: Upload QLBase build
uses: actions/upload-artifact@v4
with:
name: qlbase
path: qlbase.zip