ci: add mac os to github ci (#51)
* ci: add mac os to ci * ci: add appveyor file
This commit is contained in:
committed by
GitHub
parent
7fe81c65c8
commit
5d4358030a
@@ -0,0 +1,10 @@
|
||||
configuration: Release
|
||||
|
||||
image:
|
||||
- Visual Studio 2019
|
||||
- Ubuntu
|
||||
- macOS
|
||||
|
||||
build_script:
|
||||
- cmake .
|
||||
- cmake --build . --config %CONFIGURATION%
|
||||
@@ -12,8 +12,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest]
|
||||
# os: [windows-latest, ubuntu-latest, macOS-latest]
|
||||
os: [windows-latest, ubuntu-latest, macOS-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
@@ -22,11 +22,12 @@
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
*********************************************************************/
|
||||
#include <limits.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
#include "mstimer.h"
|
||||
#include "bacnet/basic/sys/mstimer.h"
|
||||
#include <mach/clock.h>
|
||||
#include <mach/mach.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user