Skip to content

[NerlTensor] Fix rowmaj colmaj issue #58

[NerlTensor] Fix rowmaj colmaj issue

[NerlTensor] Fix rowmaj colmaj issue #58

Workflow file for this run

name: NerlnetInstall
on:
pull_request:
branches: [ master ]
env:
RUNNING_IN_DOCKER: true
jobs:
build:
runs-on: ubuntu-latest
container: leondavi/nerlnet:latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install
run: |
./NerlnetInstall.sh
- name: Build
run: |
./NerlnetBuild.sh
- name: Run unitests
run: |
./NerlnetTest.sh