Skip to content

Commit

Permalink
Setup python.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed May 13, 2020
1 parent 5c77b67 commit 9f760ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Build and test
env:
CMAKE_OPTIONS: -DCMARK_SHARED=OFF
Expand All @@ -22,6 +26,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Build and test
env:
CMAKE_OPTIONS: -DCMARK_SHARED=OFF
Expand All @@ -36,6 +44,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Build and test
run: |
nmake test
Expand Down

0 comments on commit 9f760ce

Please sign in to comment.