Skip to content

Update forgotten VERSION file #666

Update forgotten VERSION file

Update forgotten VERSION file #666

Workflow file for this run

name: Commando Training
on: [push, pull_request]
jobs:
Benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y libfmt-dev libspdlog-dev
- name: Compilation and execution
uses: spoutn1k/mcmap-benchmark@cmake
- name: Upload time data
uses: actions/upload-artifact@v1
with:
name: results.log
path: time.log
- name: Upload results
uses: actions/upload-artifact@v1
with:
name: images.tgz
path: images.tgz