Skip to content

Commit

Permalink
Remove appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
cbourjau committed May 31, 2023
1 parent 7fcc87c commit 38faaa9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test suite
on: [push, pull_request]
on: [push]

jobs:
test:
Expand All @@ -16,3 +16,12 @@ jobs:
- run: cargo test --all-features
env:
RUST_BACKTRACE: 1
wasm:
name: build wasm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
- run: cargo build -p malice --target wasm32-unknown-unknown
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# ALICE-rs #

| Linux/OS X/WebAssembly | Windows |
|:-------------------------------------------------------------------------------------------------------:|---------|
| [![Build Status](https://travis-ci.org/cbourjau/alice-rs.svg)](https://travis-ci.org/cbourjau/alice-rs) | [![Build status](https://ci.appveyor.com/api/projects/status/u7xxhg4x7h9mgpam/branch/master?svg=true)](https://ci.appveyor.com/project/cbourjau/alice-rs/branch/master) |


**This is not an official ALICE or CERN project**

Expand Down
18 changes: 0 additions & 18 deletions appveyor.yml

This file was deleted.

0 comments on commit 38faaa9

Please sign in to comment.