Skip to content

[CI] github workspace for rust #59

[CI] github workspace for rust

[CI] github workspace for rust #59

Workflow file for this run

name: Windows
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
cargo build --verbose --release
cp target/release/_3dtile.exe bin/3dtile.exe
- name: Run tests
run: cargo test --verbose
- name: Upload artifact
uses: actions/[email protected]
with:
# Artifact name
name: 3dtile
# Directory containing files to upload
path: bin/