Skip to content

Commit

Permalink
Merge pull request #97 from dmeybohm/specify-emsdk-version
Browse files Browse the repository at this point in the history
Show emcc version
  • Loading branch information
dmeybohm authored Feb 4, 2024
2 parents 800cf41 + 5bcb502 commit 4e0157f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
c_compiler: gcc
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 1 addition & 4 deletions engine/test/perft.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#ifndef WISDOM_CHESS_PERFT_HPP
#define WISDOM_CHESS_PERFT_HPP
#pragma once

#include "global.hpp"

Expand Down Expand Up @@ -84,5 +83,3 @@ namespace wisdom::perft
// Convert the PerftResults to a string.
auto asString (const PerftResults& perft_results) -> string;
}

#endif // WISDOM_CHESS_PERFT_HPP
5 changes: 1 addition & 4 deletions engine/test/tests.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#ifndef WISDOM_TESTS_HPP
#define WISDOM_TESTS_HPP
#pragma once

#include <doctest/doctest.h>

// Workaround some build problems on older versions of MacOS with doctest
#ifndef DEBUG
#include <iostream>
#endif

#endif //WISDOM_TESTS_HPP

0 comments on commit 4e0157f

Please sign in to comment.