Skip to content

Commit

Permalink
Merge branch 'prod' of https://github.com/Yomguithereal/xsv into add-…
Browse files Browse the repository at this point in the history
…yxsv
  • Loading branch information
jqnatividad committed Sep 27, 2021
2 parents 29466c1 + f564e0f commit ced42d1
Show file tree
Hide file tree
Showing 33 changed files with 2,760 additions and 49 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target
ctags.rust
*.csv
*.tsv
*.lua
main
*.idx
builds
Expand Down
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,31 @@ matrix:
- os: linux
rust: stable
env: TARGET=i686-unknown-linux-musl
addons:
apt:
packages:
- musl-tools
- os: osx
rust: stable
env: TARGET=x86_64-apple-darwin
- os: linux
rust: stable
env: TARGET=x86_64-unknown-linux-musl
addons:
apt:
packages:
- musl-tools
# Minimum Rust supported channel.
- os: linux
rust: 1.28.0
env: TARGET=x86_64-unknown-linux-gnu
- os: linux
rust: 1.28.0
env: TARGET=x86_64-unknown-linux-musl
addons:
apt:
packages:
- musl-tools

before_install:
- export PATH="$PATH:$HOME/.cargo/bin"
Expand Down
Loading

0 comments on commit ced42d1

Please sign in to comment.