Skip to content

creating test with github action #1

creating test with github action

creating test with github action #1

Workflow file for this run

name: WebARKitLib test
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: enter in the build directotry
run: cd tests/build
- name: Build
run: cmake ..
- name: Test
run: cd build/bin/Debug && ./webarkit_test.exe