lreis2415 / SEIMS

Spatially Explicit Integrated Modeling System --- open-source, cross-platform, and high performance computation
https://lreis2415.github.io/SEIMS/
GNU General Public License v3.0
50 stars 34 forks source link

Using AppVeyor and Travis CI to continuous integration in Windows, Linux, and macOS / 利用AppVeyor和Travis CI进行跨平台自动构建 #3

Closed crazyzlj closed 4 months ago

crazyzlj commented 7 years ago

三个常用操作系统和C++编译器下,CI的具体配置如下。

Doxygen代码文档

代码文档自动构建也是采用Travis CI,具体配置在doc/doxygen下,教程请参考我的博客

crazyzlj commented 4 months ago

Now, I have configured GitHub Actions to build SEIMS on Windows, Linux, and macOS, and also build and deploy SEIMS docker images on Linux/amd64 and Linux/arm64 platforms. So, I closed this issue.