Skip to content

Commit

Permalink
Remove 2015 edition + 没关系的都一样 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
meloalright authored Oct 29, 2023
1 parent d687419 commit c15b3b8
Show file tree
Hide file tree
Showing 72 changed files with 381 additions and 12,539 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Build
shell: bash
run: cd three_body_e2021; cargo build --target ${{ matrix.target }} --release --locked
run: cargo build --target ${{ matrix.target }} --release --locked

- name: Strip binary
if: matrix.strip
Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: CI
on:
push:
branches:
- main
- '0\.*\.*'
- '*'
pull_request:
branches:
- main
Expand All @@ -23,15 +22,8 @@ jobs:

- name: Repl
run: |
make repl
- name: Repl of Origin
run: |
make repl_origin
cargo build --features="repl"
- name: Test
run: make test

- name: Example
run: |
make example
cd interpreter && cargo test
2 changes: 1 addition & 1 deletion .github/workflows/Homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
formula-path: Formula/t/three-body.rb
homebrew-tap: Homebrew/homebrew-core
base-branch: master
download-url: https://github.com/rustq/3body-lang/releases/download/${{ steps.extract-version.outputs.tag-name }}/3body-lang.tar.gz
download-url: https://github.com/rustq/3body-lang/archive/refs/tags/${{ steps.extract-version.outputs.tag-name }}.tar.gz
commit-message: |
{{formulaName}} {{version}}
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/Source.yml

This file was deleted.

Loading

0 comments on commit c15b3b8

Please # to comment.