add travis ci (#46)

This commit is contained in:
nihui 2024-02-27 11:24:00 +08:00 committed by GitHub
parent 335ce5fa60
commit 8751606fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
sudo: false
language: cpp
name: "linux"
os: linux
arch: [amd64, arm64, ppc64le, s390x]
script: gcc main.c -o ruapu && ./ruapu