-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: travis, badges, licenses and more (#1)
* fix: build fix for macOS in Cargo.toml * add initial travis file * updated gitmodules to point to mun-lang org as well so forks still work * adds build badges, ignores clion files, and adds a COPYRIGHT file
- Loading branch information
1 parent
e014331
commit b63ea51
Showing
6 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "crates/mun_abi/c"] | ||
path = crates/mun_abi/c | ||
url = ../abi-c | ||
url = ../../mun-lang/abi-c |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
language: rust | ||
dist: bionic | ||
rust: | ||
- stable | ||
|
||
cache: cargo | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- llvm-7 | ||
- llvm-7-* | ||
- lld-7 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Copyright 2019 The Mun Development Team | ||
|
||
Licensed under the Apache License, Version 2.0, <docs/LICENSE-APACHE or | ||
http://apache.org/licenses/LICENSE-2.0> or the MIT license <docs/LICENSE-MIT or | ||
http://opensource.org/licenses/MIT>, at your option. This file may not be | ||
copied, modified, or distributed except according to those terms. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
[workspace] | ||
members = [ | ||
"crates\\*", | ||
"crates/*", | ||
] |
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