Skip to content

Commit

Permalink
Add AppVeyor file for Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Tikhonov committed Feb 11, 2021
1 parent b54d1e6 commit cb447a7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions appveyor-linux.yml
@@ -0,0 +1,35 @@
version: 2.{branch}.{build}

image: Ubuntu2004

build: off

init:

install:

- sh: >-
git clone https://boringssl.googlesource.com/boringssl
cd boringssl
git checkout a2278d4d2cabe73f6663e3299ea7808edfa306b9
cmake .
make -j4
cd ..
git submodule init
git submodule update
cmake -DBORINGSSL_DIR=$PWD/boringssl .
make
test_script:

- sh: make test
File renamed without changes.

0 comments on commit cb447a7

Please sign in to comment.