6
.github/workflows/clang.yml
vendored
6
.github/workflows/clang.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
|||||||
- name: lint
|
- name: lint
|
||||||
run: nix develop .#matar-clang -c ninja clang-tidy -C $BUILDDIR
|
run: nix develop .#matar-clang -c ninja clang-tidy -C $BUILDDIR
|
||||||
|
|
||||||
- name: tests
|
|
||||||
run: nix develop .#matar-clang -c ninja test -C $BUILDDIR
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: nix develop .#matar-clang -c ninja -C $BUILDDIR
|
run: nix develop .#matar-clang -c ninja -C $BUILDDIR
|
||||||
|
|
||||||
|
- name: tests
|
||||||
|
run: nix develop .#matar-clang -c ninja test -C $BUILDDIR
|
||||||
|
6
.github/workflows/gcc.yml
vendored
6
.github/workflows/gcc.yml
vendored
@@ -23,8 +23,8 @@ jobs:
|
|||||||
- name: setup
|
- name: setup
|
||||||
run: nix develop .#matar -c meson setup $BUILDDIR
|
run: nix develop .#matar -c meson setup $BUILDDIR
|
||||||
|
|
||||||
- name: tests
|
|
||||||
run: nix develop .#matar -c ninja test -C $BUILDDIR
|
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: nix develop .#matar -c ninja -C $BUILDDIR
|
run: nix develop .#matar -c ninja -C $BUILDDIR
|
||||||
|
|
||||||
|
- name: tests
|
||||||
|
run: nix develop .#matar -c ninja test -C $BUILDDIR
|
||||||
|
@@ -4,6 +4,7 @@
|
|||||||
#include "bus.hh"
|
#include "bus.hh"
|
||||||
#include "cpu/psr.hh"
|
#include "cpu/psr.hh"
|
||||||
#include "thumb/instruction.hh"
|
#include "thumb/instruction.hh"
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user