Add short_grass #663
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |