mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-12-01 23:12:49 -05:00
ci: Bump up versions and fix linting
This commit is contained in:
14
.travis.yml
14
.travis.yml
@ -1,9 +1,9 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.13"
|
||||||
|
|
||||||
dist: focal
|
dist: noble
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -y libfftw3-dev
|
- sudo apt-get install -y libfftw3-dev
|
||||||
@ -18,10 +18,10 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- name: "build (make)"
|
- name: "build (make)"
|
||||||
script:
|
script:
|
||||||
- make all
|
- make all
|
||||||
- make testall
|
- make testall
|
||||||
- name: "build (cmake)"
|
- name: "build (cmake)"
|
||||||
script:
|
script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- make
|
- make
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
# https://github.com/jtojnar/cmake-snips
|
# https://github.com/jtojnar/cmake-snips
|
||||||
#
|
#
|
||||||
# Modelled after Python’s os.path.join
|
# Modelled after Python’s os.path.join
|
||||||
# https://docs.python.org/3.7/library/os.path.html#os.path.join
|
# https://docs.python.org/3.13/library/os.path.html#os.path.join
|
||||||
# Windows not supported
|
# Windows not supported
|
||||||
function(join_paths joined_path first_path_segment)
|
function(join_paths joined_path first_path_segment)
|
||||||
set(temp_path "${first_path_segment}")
|
set(temp_path "${first_path_segment}")
|
||||||
|
|||||||
Reference in New Issue
Block a user