Skip to content

Commit

Permalink
Using github actions to rewrite: LinuxCI
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Sep 19, 2023
1 parent 7f5fba2 commit fe1d411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
command: check advisories licenses sources bans
- name: Run ci-generated
run: make ci-generated
- name: Run ci
run: make ci
- name: Run ci-asm
run: make ci-asm
- name: Run spawn tests in release
Expand Down
8 changes: 0 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ variables:

jobs:

- job: LinuxCI
pool:
vmImage: 'ubuntu-20.04'
steps:
- template: devtools/azure/linux-dependencies.yml
- script: make ci
displayName: Run ci

- job: LinuxCIASMChaos
pool:
vmImage: 'ubuntu-20.04'
Expand Down

0 comments on commit fe1d411

Please sign in to comment.