Skip to content

Commit

Permalink
up release
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Mar 30, 2020
1 parent ee708ed commit 73bd907
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,14 @@ jobs:
uses: actions/checkout@v2
with:
lfs: true

# - name: Changelog Generator
# id: changelog
# uses: timfallmk/[email protected]
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir build && cd build
CXX=clang++-8 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install ..
CXX=clang++-9 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install ..
make -j3
make install
make package
Expand Down

0 comments on commit 73bd907

Please sign in to comment.