add encrypting for save files
add libhydrogen for encrypting and decrypting #9
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
language: c
|
||||
sudo: false
|
||||
dist: bionic
|
||||
|
||||
env:
|
||||
- CFLAGS="-Wall -W -O"
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
- gcc
|
||||
- g++
|
||||
|
||||
arch:
|
||||
- arm64
|
||||
- amd64
|
||||
- s390x
|
||||
- ppc64le
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- p7zip-full
|
||||
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
- make clean
|
||||
- make -f Makefile.arduino package
|
||||
Reference in New Issue
Block a user