Skip to content

Commit

Permalink
modifs
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarillon committed Sep 14, 2023
1 parent cf93d5a commit a5def66
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
# os: [ubuntu-latest, windows-latest]
os : [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ build/
bin/*
!bin/conf.json
.vscode/
<<<<<<< HEAD

Testing/
neovim.json
=======
.cache/
>>>>>>> c96b4bbb92e93d988d3d74323262b9b94318b163
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ HittableList random_scene(int size)
world.add(std::make_shared<Sphere>(Point3(4,1,0),1.0, material3));

return world;

}

HittableList fixed_scene(int size)
Expand Down
2 changes: 1 addition & 1 deletion version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ string(STRIP "${GIT_TAG}" GIT_TAG)
string(STRIP "${GIT_BRANCH}" GIT_BRANCH)

set(VERSION "#define GIT_REV \"${GIT_REV}${GIT_DIFF}\"
#define GIT_DESCRIBE \"${GIT_DESCRIBE}${GIT_DIFF}\"
#define GIT_DESCRIBE \"${GIT_DESCRIBE}${GIT_DIFF}\"
#define GIT_TAG \"${GIT_TAG}\"
#define GIT_BRANCH \"${GIT_BRANCH}\"")

Expand Down

0 comments on commit a5def66

Please sign in to comment.