mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-26 21:27:19 +02:00
feat: Build taskwarrior CI against stable
This commit is contained in:
parent
92418bd9f4
commit
39792b2299
3 changed files with 53 additions and 18 deletions
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
|
@ -32,15 +32,10 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
- run: sudo apt-get update
|
||||
- name: Compile taskwarrior
|
||||
run: |
|
||||
cd /tmp
|
||||
git clone https://github.com/GothenburgBitFactory/taskwarrior
|
||||
cd taskwarrior
|
||||
git checkout v3.0.0
|
||||
cmake -DCMAKE_BUILD_TYPE=release -DENABLE_SYNC=OFF .
|
||||
make
|
||||
sudo make install
|
||||
- name: 'Install Taskwarrior'
|
||||
uses: ./.github/actions/install-taskwarrior
|
||||
with:
|
||||
secret_gh_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: |
|
||||
task --version
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue