Skip to content

Commit

Permalink
Merge pull request #44 from ganwell/t/tooling_d112
Browse files Browse the repository at this point in the history
feat: replace old tooling with a modern one
  • Loading branch information
Jean-Louis Fuchs authored Dec 15, 2023
2 parents 914c0aa + 131bfb9 commit a45c18c
Show file tree
Hide file tree
Showing 80 changed files with 2,193 additions and 21,748 deletions.
21 changes: 0 additions & 21 deletions .aptly-bin/LICENSE

This file was deleted.

106 changes: 0 additions & 106 deletions .aptly-bin/README.rst

This file was deleted.

10 changes: 0 additions & 10 deletions .editorconfig

This file was deleted.

3 changes: 0 additions & 3 deletions .flake8

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Tests

on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * 0"

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Run build
run: |
make up push
- name: Run tests
run: |
make test
16 changes: 0 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,2 @@
/pyaptly.egg-info
*.swp
*.pyc
.python-version
__pycache__
/.cache
/.hypothesis
/.coverage
/.vagrant
/build
/doc/_build
.hypothesis
/.deps
/.gnupg
/.aptly.conf
/.aptly
/.local
.work
28 changes: 0 additions & 28 deletions .gitlab-ci.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .gitmodules

This file was deleted.

3 changes: 0 additions & 3 deletions .requirements.txt

This file was deleted.

11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit a45c18c

Please sign in to comment.