Skip to content

Commit

Permalink
Support CI with deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed May 23, 2019
1 parent e5ec4b6 commit 3506ea1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
DerivedData
*.o
*.zip
xcuserdata
xcshareddata
project.xcworkspace
Expand Down
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: cpp

matrix:
include:
- os: osx
compiler: clang

script:
- make
- zip -qry dmidecode-mac-$(cat version.h | cut -f2 -d'"').zip dmidecode

deploy:
provider: releases
skip_cleanup: true
file: "dmidecode-mac-*.zip"
file_glob: true
api_key:
secure: sVfeHhQzewTsaIJLt474ZoCxU/gLWa0VKMpG3ndTKSrhvus+uqONcY9N9pat4e1/aWwtetjnNul+fYgyEeztoEn1tcCNoVYzo0eHlw7sCZ86yVJt6LVILnb1JKbbkB1FJFPR7UcNW3Jq3h3B1+Il0447Np/8tMWeaQ/1SbRru9/HcPYhR+NASMzAvHzT3kJ8lJZEbevosyGo3xFdA3JjI5zh0dMBr+qKd514TRI51JjQ8ia1RCGuQdQ2CgguiOg59lvkiBCZgBiE/CYpSY4rEaGp/FZlZCrhTT18CyFOeJMOUaBrGqcnPGqdA3yusA4N4/0BoQRjrLsCuKlGJCAeOGuq47TBnJNwpKCYqM24tnU+TsXIKqHIb/VkH9m45HgMXOIjt9/yMQDdBScP4RcD3QyLtDaO40s3+YqlQrdeJ+KRAnhiKf7ONYyZ5gmkW4IyLbtB/GsADW7gIYheWpHFNy9bLU3XOOZMZiGB6AquHrrbMe1WCZ3RYU93ilqNRNVcaemKQ88ru/M6qWSYRfR0n+hSFRfwF7j/0kZn0QBhIpAm8rX+ixGg623xbqqNEyq106V3Pa5gRt9khDn2xWRdMeLFpN1rKWwZsbEKTSxTHJduFXjx8PAhRN9IlbtRHLvr8H8KPXRxcFHR8n1yNL2zXnTeVVyB0q63lD/bl8/7N+s=
on:
tags: true
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
** ACIDANTHERA NOTES **

This dmidecode version supports Apple-specific table decoding as well
as native macOS SMBIOS reading through I/O Registry.

** INTRODUCTION **

Dmidecode reports information about your system's hardware as described in
Expand Down

0 comments on commit 3506ea1

Please sign in to comment.