Skip to content

use splice to implement sort internal logic #209

use splice to implement sort internal logic

use splice to implement sort internal logic #209

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cmake
run: cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=On
- name: make
run: make -j
- name: make test
run: make test -j
# macos:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v3
# - name: cmake
# run: cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=On
# - name: make
# run: make -j
# - name: make test
# run: make test -j