Skip to content

Commit

Permalink
Merge pull request #506 from AleoHQ/docs
Browse files Browse the repository at this point in the history
Add Leo banner, update release.yml, update workflows
  • Loading branch information
howardwu committed Dec 20, 2020
2 parents 4c4338e + defe596 commit b7f2790
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Leo Release Tests
name: Leo Binary Tests
on:
pull_request:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
paths-ignore:
- 'docs/**'
- 'documentation/**'
env:
RUST_BACKTRACE: 1

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ jobs:
override: true
components: rustfmt

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
version: "10.0"
directory: ~ / .clang

- name: Build Leo
run: |
cargo build --all --release
Expand Down
Binary file added .resources/leo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img width="1412" src="./.resources/leo.png">
</p>

<h1 align="center">The Leo Programming Language</h1>

<p align="center">
Expand Down

0 comments on commit b7f2790

Please sign in to comment.